.service-wrapper {
    background: #fbfbfb !important;
    min-height: 60vh;
    padding: 80px 75px;
}

.service-intro {
    display: flex;
}

.service-content {
    flex: 1;
    
}

.service-content p {
    padding-right: 260px;
    color:#707070;
}

.image-wrapper {
    flex: 1;
    width: 100%;
}

.image-wrapper img {
    width: 100%;
    object-fit: cover;
    transform: scale(1.2);
}

h2.page-caption {
    color: #5A5A5A;
}
h2.page-caption {
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}

.font-17 {
    font-size: 17px;
}

@media screen and (max-width:1400px) {
    .service-content p {
        font-size: 16px;
        padding-right: 125px;
    }

}

@media screen and (max-width:1200px) {
    .service-wrapper {
        min-height: 45vh;
    }
    h2.page-caption {
        font-size: 35px;
        line-height: 40px;
    } 

    .service-content p {
        font-size: 16px;
        padding-right: 40px;
    }
    .image-wrapper img { 
        margin-bottom: -70px;
    }

}

@media screen and (max-width:992px) {
    .service-wrapper {
        min-height: auto;
        text-align: center;
    }

    h2.page-caption {
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
    } 

    .service-intro {
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .service-content {
        text-align: center;
        max-width: 576px;
        
    }

    .image-wrapper {
        text-align: center;
        padding: 50px auto;
    }

    .image-wrapper img {
        width: 100%;
        object-fit: cover;
        transform: scale(1.0);
        margin-bottom: 0px;
        margin-top: 50px;
    }

    .service-intro p {
        padding-right: 0px;
    }
    
    

}

@media screen and (max-width:576px) {
    .service-wrapper .container, .service-wrapper .container .row, .service-wrapper .container .row .col {
        padding: 0;
        margin:0;
    }
    .service-wrapper {
        padding: 40px 0;
    }
}