/*
====================
SERVICE BANNER
====================
 */
#service-banner h3 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
}

#service-banner {
    border-top: none;
}

#presentation-section:before {
    content: "";
    display: block;
    position: absolute;
    top: -150px;
    left: -150px;
    width: 100%;
    height: 100%;
    background-image: url("../../images/gradient-top-left-marketing.webp");
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

#presentation-section:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 100%;
    height: 100%;
    background-image: url("../../images/gradient-bottom-right-marketing.webp");
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: -1;
}

#presentation-row {
    margin-bottom: 0;
}

@media (max-width: 991.8px) {
    #third-section-text,
    #third-section-image {
        text-align: center;
    }
}