section.section-cool-white {
    background-color: #f5f8f9;
}

section.section-bright-blue {
    background-color: #e3f4ff;
}

.is-sticky .nav-location {
    max-width: 550px;
}

.is-sticky .nav-apply-btn {
    display: block !important;
}

.flex-1 {
    flex: 1;
}

.gap-30 {
    gap: 30px;
}

.banner-wpr {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.banner-card-img {
    max-width: 300px;
    object-fit: contain;
}

.banner-title {
    font-family: 'RBCDisplay';
    font-weight: 700;
    font-size: 28px !important;
    line-height: 36px !important;
}

.heading-underline-left::after {
    background-color: #fedf01;
    bottom: 0 !important;
    content: "";
    display: block;
    height: .6rem;
    position: static;
    top: auto !important;
    width: 12rem;
    margin: 1.5rem 0 0;
}

.partner-img {
    margin-bottom: 15px;
    height: 68px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-features-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding-bottom: 30px;
}

.card-features-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 500px;
    align-items: center;
    gap: 30px;
}

.card-features-row>img {
    width: 90px;
}

.insurance-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 28px;
    gap: 4px;
}

.apply-now-border {
    border: 1px solid #c4c8cc;
    padding: 60px 0;
}

.apply-now-card-img {
    max-width: 318px;
    width: 100%;
}

.top-blue-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: white;
    box-shadow: inset 0 4px 0 0 #006ac3, 0 2px 24px 0 rgba(0, 0, 0, .07);
    border: 1px solid #c4c8cc;
    border-top: none !important;
}

@media screen and (max-width: 639px) {
    .banner-wpr {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .banner-card-img {
        max-width: 100%;
    }

    .apply-now-border {
        padding: 15px;
    }

    .apply-now-card-img {
        max-width: 200px;
    }
}