/*
Theme Name:         ESC Info
Theme URI:          *
Description:        *.
Version:            1.0.20
Author:             valik945
Author URI:         valik945
*/

.reviews-section .card .top-box {
    flex-direction: row;
}
.services-section .list li img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
header .logo img {
    max-height: 80px;
    width: auto;
}
.header {
	padding: 0;
}
.services-section .list li .h2 {
	font-size: 42px;
}
.gallery-section {
    margin: 0;
}
.section {
    padding: 60px 0;
}
header .logo img {
    max-height: 45px;
}
header a.btn.free-quote {
    margin: 10px 0;
}
.btn-flex-mob {
    display: none;
}
.content .text > * {
	margin-bottom: 16px;
}
.reviews-section .card .author {
    margin: 0;
	align-items: baseline;
}
.services-section {
    text-align: justify;
}
@media only screen and (max-width: 768px) {
    .header {
        padding: 12px 0;
    }
	.text-media-section .text li {
		margin-bottom: 8px;
	} 
}
@media only screen and (max-width: 500px) {
    .btn-flex-mob .white {
        background-color: #fff;
    }
    .btn-flex-mob a{
        width: 50%;
        border-radius: 0;
    }
    .btn-flex-mob {
        display: flex;
        align-content: center;
        z-index: 1;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    footer {
        padding-bottom: 56px;
    }
	.back-to-top {
        bottom: 200px;
    }
}