.page-container {
    padding: 0px;
}

.service-row {
    margin: 0px;
    padding-bottom: 10vh;
}

h2.service-h2 {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
    font-size: 2.3rem;
}

h3.service-h3 {
    text-align: left;
    font-size: 1.5rem;
}

.service-details {
    padding: 20vh 7vw;
    z-index: 1;
}

.service-mainimg {
    position: relative;
    padding: 0px;
}

.service-mainimg img {
    width: auto;
    height: auto;
    max-height: 90%;
    z-index: 0;
}

.service-description {
    text-align: justify;
    margin-bottom: 20px;
}

.service-description p {
    white-space: pre-line;
}

.service-exampleimg {
    display: inline-grid;
    margin-right: 10px;
}

.service-exampleimg img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}

.service-imglegend {
    width: 150px;
    text-align: center;
    font-weight: bold;
    margin-top: 2px;
}

.right-img {
    position: absolute;
    top: -20vh;
    right: 0px;
}

.left-img {
    position: absolute;
    top: -10vh;
    left: 0px;
}


/*---------------------------------------------------------------------------------*/
/* Medium   md  <=991px                                                            */
/*---------------------------------------------------------------------------------*/

@media (max-width: 991px){

h2.service-h2 {
    font-size: 2.2rem;
}

.service-exampleimg img {
    width: 14vw;
    height: 14vw;
}

.service-exampleimg {
    margin-right: 5px;
}

.service-imglegend {
    width: 14vw;
    font-size: 14px;
}

.service-mainimg img {
    max-height: 80%;
}

}


/*---------------------------------------------------------------------------------*/
/* Small    sm  <=767px                                                            */
/*---------------------------------------------------------------------------------*/

@media (max-width: 767px){
    h2.service-h2 {
        font-size: 2rem;
    }

    .service-exampleimg img {
        width: 17vw;
        height: 17vw;
    }

    .service-imglegend {
        width: 17vw;
        font-size: 12px;
    }
}


/*---------------------------------------------------------------------------------*/
/* Extra Small  xs  <=576px                                                        */
/*---------------------------------------------------------------------------------*/

@media (max-width: 576px){

.service-row {
    padding-bottom: 5vh;
    overflow-x: clip;
}

.left-img {
    left: -45vw;
}

.service-exampleimg img {
    width: 35vw;
    height: 35vw;
}

.service-imglegend {
    width: 35vw;
}

.right-img {
    top: -10vh;
}

}


/*---------------------------------------------------------------------------------*/
/* Extra Extra Small    Fold<=280px                                                */
/*---------------------------------------------------------------------------------*/

@media (max-width: 280px){

h2.service-h2 {
    font-size: 1.8rem;
}

.service-imglegend {
    font-size: 12px;
}

.service-details {
    padding: 10vh 6vw;
}

}