.rsg-section-banner {
    position: relative;
    overflow: hidden;
    background-color: #FD0;
    padding-top: 70px;
    padding-bottom: 70px;
}

.rsg-section-banner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(https://raviniaplumbing.com/wp-content/uploads/2026/06/bgiconimg.png);
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}

.rsg-section-banner-container {
    width: min(100% - 40px, 1240px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    z-index: 1;
    position: relative;
}

.rsg-section-banner-heading {
    color: #0059A8 !important;
    font-family: Lato !important;
    font-size: 50px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: normal !important;
}

.rsg-section-banner-description {
    color: #34415C !important;
    font-family: Lato !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal  !important;
}

.rsg-section-banner-description p:last-child {
    margin: 0;
}

.rsg-section-banner-button-wrap {
    margin-top: 38px;
}

.rsg-section-banner-button {
    background-color: #0059A8 !important;
    color: #ffffff !important;
}

.rsg-section-banner-button:hover,
.rsg-section-banner-button:focus {
    background-color: #fff !important;
    color: #0059A8 !important;
}


/* Responsive */
@media (max-width: 991px) {
    .rsg-section-banner-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .rsg-section-banner-heading {
        max-width: 720px;
    }

    .rsg-section-banner-description {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .rsg-section-banner {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .rsg-section-banner-container {
        width: min(100% - 32px, 1060px);
        gap: 26px;
    }

    .rsg-section-banner-heading {
        font-size: 38px;
        line-height: 1.12;
    }

    .rsg-section-banner-description {
        font-size: 17px;
        line-height: 1.45;
    }

    .rsg-section-banner-button-wrap {
        margin-top: 28px;
    }

    .rsg-section-banner-button {
        min-height: 60px;
        padding: 16px 26px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .rsg-section-banner-heading {
        font-size: 34px;
    }
}