
.service-banner.common-inner-banner::after{background-color: var(--black-46) !important;}

@media(max-width:767px) {
    /* ======================================================================
    ======================= services-explore-section start ===========================
    ====================================================================== */
    .services-explore-section{background-color: white;border-radius: 24px;margin-top: -48px;position: relative;}
    .services-explore-section::after{position: absolute;content: "";width: 117px;height: 32px;left: 50%;transform: translate(-50%, -100%);background: url(../images/white-yacht-icon.svg) no-repeat;top: 0;}
    /* ======================================================================
    ======================= services-explore-section ended ===========================
    ====================================================================== */
}