.single-service-section1 {
    background: rgb(74,167,205);
	background: linear-gradient(180deg, rgba(91,153,162,1) 0%, rgba(108,175,214,1) 100%);
    z-index: 9;
    position: relative;
    z-index: 9;
}

.single-service-section1-inner {
    padding:100px 0;
    text-align: center;
    color:#FFF;
    max-width:800px;
    margin:0 auto;
}

.single-service-section1-inner h1 {
    font-size: 110px;
    margin:0 0 25px 0;
}

.single-service-section2 {
    padding:50px 0;
    background-color: #f2faf6;
    position: relative;
}

.sss2-blob {
    position: absolute;
    top:-240px;
    right:0;
    z-index: 1;
    opacity: .75;
}

.sss2-inner {
    max-width:1000px;
    margin:0 auto;
    text-align: center;
}

.sss2-inner p {
    font-size: 24px;
}

.sss2-image-block {
    margin:65px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding: 17% 0 2% 85px;
    border-radius: 35px;
}

.sss2f-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    align-items : center;
    margin:50px 0;
}

.sss2-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('../images/filler-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center 30px;
    padding:0 15px 15px 15px;
    min-width: 385px;
    max-width: 385px;
}

.sss2-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.sss2-col2 p {
    font-size: 24px;
}

.sss2-col1 img {
    border-radius: 50%;
}

.single-service-section3 {
    padding:100px 0;
    background-image: url('../images/injectable-s3-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    text-align: center;
    color:#fff;
}
.single-service-section3 h3 {
    color:#000;
}


@media only screen and (max-width: 1023px) {
    .single-service-section1-inner {
        padding: 60px 0;
    }
}



@media only screen and (max-width: 900px) {
    .sss2f-container {
        flex-direction: column;
    }
    .sss2-image-block {
        padding: 17% 0 2% 50px;
    }
}

@media only screen and (max-width: 700px) {
    .single-service-section1-inner {
        padding: 20px 0 40px 0;
    }
}