@font-face {
	font-family: 'Conv_DaxlinePro-Regular';
	src: url('fonts/DaxlinePro-Regular.eot');
	src: local('☺'), url('fonts/DaxlinePro-Regular.woff') format('woff'), url('fonts/DaxlinePro-Regular.ttf') format('truetype'), url('fonts/DaxlinePro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'Conv_DaxlinePro-Regular'!important;
}
.ContainAPI ul{
	display:inline-table;
	    margin: 0px 0;
    padding: 0;
	width:100%;
}

.ContainAPI  li{
	list-style:none;
	display:inherit;
	width:25%;
	padding:0 1%;
}
.ContainAPI li img{
	width:100%!important;
	margin-bottom:0px!important;
}
h2{
	font-size:1em;
	margin:0;
	line-height: 1.5em;
}


.ContainAPI button{
	border-radius: 0 !important;
    border: 1px solid #000 !important;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    max-width: 300px;
    display: inherit;
    background-color: #fff;
	color:#000;
	cursor:pointer;
	transition:all 0.5s;
}

.ContainAPI button:hover{
	background-color: #000;
	color:#fff;
	transition:all 0.5s;
}