/*================ Техническая разметка ================*/


/*========= PRIVATE (Ты мне нужен тут, и больше нигде) =========*/

section.quote{
	background-color: #e9f0f9;
	padding: 80px 0px;
}

section.quote .wrap_quote{
    display: flex;
    justify-content: center;
	align-items: center;
}

section.quote .wrap_one_img, 
section.quote .wrap_two_img{flex: 1;}

section.quote .quote_content{
	flex: 4;
	padding-left: 30px;
    padding-right: 26px;
}

section.quote .quote_content h4 {
	font-size: 27px;
	text-transform: unset;
    font-style: oblique;
    text-align: left;
    line-height: 34px;
	color: #333333!important;
	font-family: 'Roboto-Light';
}

section.quote .quote_content p {
    text-align: right;
    font-style: oblique;
    margin-top: 10px;
}

section.quote .quote_content h3 {
	font-size: 30px;
    margin-top: 50px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto-Light';
}

section.quote .button-container {
	margin-top:25px;
	text-align:center;
}

/*================ мобильник ================*/

@media (max-width: 767px){

section.quote .wrap_one_img, section.quote .wrap_two_img {
    display: none;}
	
section.quote .quote_content h3 {
    font-size: 25px;}	

}


