/* Modify CSS for Pentest Page */

/* Banner Section Start*/
.page-pentest .banner__section{
    background: #ffffff;
}
.page-pentest .banner--content-wrapper{
    max-width: 992px;
}
/* Banner Section End*/

/* Service Section Start */
.page-pentest  .our__services-section{
    padding-bottom: 80px;
}
.page-pentest .our__services-content{
    padding-top: 80px;
}
.page-pentest .our__services-section .ellipse-7{
    top: 22%;
    left: -80px;
}
/* Service Section End */


/* Modify CSS for Pentest Page (Media) */

/**/
@media only screen and (max-width: 768px){
    /* Service Section Start */
    .page-pentest .our__services-content{
        padding-top: 32px;
    }
    /* Service Section End */

    /* Contact Section Start */
    .page-pentest .contact__section-heading{
        padding-bottom: 0;
    }
    /* Contact Section End */
}

@media screen and (min-width: 767px) {
    .page-pentest .banner__image.banner__image-pentest{
        padding-bottom: 29px;
    }
}