.rsg-section-banner {
    background-color: #031da7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.rsg-section-banner-container {
    width: min(1220px, calc(100% - 40px));
    margin: 0 auto;
}

.rsg-section-banner-heading {
    margin: 0;
    color: #ffffff !important;
    font-size: 35px;
    line-height: normal;
    font-weight: 800;
}

@media (max-width: 600px) {

    .rsg-section-banner-container {
        width: min(100% - 28px, 1220px);
    }

    .rsg-section-banner-heading {
        font-size: 32px;
    }

}