.quote_content{
	font-size: 2.5rem;
	line-height: 3.6rem;
	padding: 5rem 6rem;
	background: #fff;
}

.quote_blok .row{
	--bs-gutter-x: 0;
}

@media (max-width:767px)
{		
	.quote_blok .row{
        flex-direction: column-reverse;
    }
	
	.quote_content{
		padding: 3rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{
    .quote_blok .row{
        flex-direction: column-reverse;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}