.content-wrapper.pagecards{
	max-width: 1020px!important;
}

.header-cards{
	width: 100%;
	float: left;
	margin-bottom: 60px;
}

.header-cards img{
	width: 100%;
	height: auto;
}

h1.page_title{
	font-family: 'ElleGaborStd-Bold';
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
    text-align: center;
}


#cards{
	margin-top: 60px;
	float: left;
	width: 100%;
}

#cards .card{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #000000;
	float: left;
	width: 100%;
}

#cards .card .imagem_card{
	float: left;
	width: 345px;
}

#cards .card .textos_card{
	float: right;
	width: 600px;
	vertical-align: middle;
	padding-top: 50px;
}

#cards .card .textos_card h3{
	font-size: 28px;
	line-height: 34px;
	font-family: 'ElleGaborStd-Bold';
	margin-bottom: 32px;
}
#cards .card .textos_card p{
	font-size: 16px;
	line-height: 24px;
	font-family: 'IBMPlexSans-Regular';
}

#cards .card .textos_card .botoes_card{
	width: 100%;
	margin-top: 40px;
}

#cards .card .textos_card .botoes_card ul{
	width: 100%;
}

#cards .card .textos_card .botoes_card ul li{
	width: 100%;
	display: block;
	width: auto;
	margin-right: 20px;
	float: left;
}

#cards .card .textos_card .botoes_card ul li span{
	display: block;
	font-family: 'IBMPlexSans-Regular';
}

#cards .card .textos_card .botoes_card ul li span.texto1{
	font-size: 15px;
	text-transform: uppercase;
	width: 100%;
}
#cards .card .textos_card .botoes_card ul li span.texto2{
	font-size: 24px;
	line-height: 39px;
	font-family: 'ElleGaborStd-DemiBold';
	width: auto;
	display: inline-block;
	margin-right: 20px;
}
#cards .card .textos_card .botoes_card ul li span.texto3{
	font-size: 17px;
	width: auto;
	display: inline-block;
}

.content p{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}

.content p img{
	margin-top: 15px;
	display: inline-block!important;
}

@media screen and (max-width: 1279px) {
	.content-wrapper.pagecards{
		max-width: 320px!important;
	}
	#cards{
		margin-top: 0;
	}
	#cards .card {
	    margin-bottom: 40px;
	    padding-bottom: 40px;
	}
	#cards .card .imagem_card{
		width: 100%;
	}
	#cards .card .textos_card{
		width: 100%;
		padding-top: 0;
	}
	#cards .card .textos_card {
		margin-top: 24px;
	}
	#cards .card .textos_card h3 {
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 28px;
	}
	#cards .card .textos_card .botoes_card{
		margin-top: 24px;
	}
}