.services-wrapper .service-box.image-left .service-detail-box {
    padding: 50px 0px 50px 0px;
}

.services-wrapper .service-box.image-left .image-box .row {
    justify-content: flex-start;
}

.services-wrapper .service-box.image-left .data-box .row {
    justify-content: flex-end;
}

.services-wrapper .service-box.image-left .image-box .service-image {
    padding-right: 0;
    padding-left: 0;
}

.service-image {
    position: relative;
}

    .service-image.fixHeight {
        height: 500px;
        min-height: 100%;
    }

    .service-image.fixWidth {
        max-width: 850px;
    }




    .service-image img {
        object-position: center center;
    }


.detail h3 {
    FONT-WEIGHT: 800;
    font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1.4rem);
    margin-top: 9px;
}

.navbar-brand img {
    object-fit: none;
}

strong {
    font-weight: bold !important;
}

p{
    margin-bottom:15px;
}

.navbar-brand {
    margin-top: -30px;
    margin-bottom: 30px;
}

.fixed-header .navbar-brand {
    margin-top: 5px;
    margin-bottom: 9px;
    height: 50px;
    max-width: 130px;
}

.detail p a {
    border-bottom: 1px solid;
}

.card-one-img-detail {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #E8E3D9;
}

.banner-wrapper.smaller {
    height: 230px;
}

.detail {
    line-height: 1.5;
}

@media screen and (min-width:1200px){
    .service-inner {
        min-height: 450px;
    }
}