.logo img {
    max-height: 110px;
}
.header-left li a {
    color:#fff;
}
.phone-layout-logo img {
    max-height: 80px;
}
.menu-left {
    margin-top:20px;
}
.service-thumb::before {
    content: none;
}
.service-sub-title h2 {
    font-size: 28px;
    color: #fff;
}
.service-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.service-title-inner {
    padding: 30px 25px;
}

@media only screen and (min-width:992px) {
    .service-row-2 .single-service-inner {
        min-height: 868px;
    }
    .service-row-1 .single-service-inner {
        min-height: 766px;
    }
}