.campaign-header {
    max-width: 960px !important;
}

.custom-bg-light-blue {
    background: #E7EEF1 !important;
}

.custom-bg-hightlight {
    background: #F3F7F8 !important;
}

.flex-1 {
    flex: 1;
}

.banner .section-inner {
    max-width: unset;
    padding: 0 !important;
}

.banner-wpr.flex {
    /* gap: min(80px, calc(40px + (80 - 40) * ((100vw - 639px)/ (1200 - 639)))); */
    flex-direction: row;
}

.banner-wpr.flex .banner-text {
    display: flex;
    width: 56.2%;
    gap: 24px;
    flex-direction: column;
    min-height: 450px;
    justify-content: center;
    max-width: 670px;
    padding-left: 32px;
    padding-right: 32px;
}

.banner-card-img-container {
    width: 43.8%;
    min-height: 450px;
    background-color: #036264;
    padding: 32px 24px;
}

.banner-card-img-bg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.banner-card-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-card-img {
    z-index: 1;
    width: 100%;
    max-width: 370px;
}

.banner-content-container {
    border-radius: 8px;
    border: 1px solid #FFB500;
    background: linear-gradient(180deg, rgba(255, 186, 0, 0.10) 0%, rgba(255, 186, 0, 0.00) 100%), #FFF;
    padding: 22px 16px 16px 16px;
    position: relative;
}

.banner-content-caption {
    position: absolute;
    left: 16px;
    top: -11px;
    border-radius: 4px;
    background: #FFBA00;
    padding: 3px 10px;
    color: #252525;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.banner-content-content {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cta-text {
    display: flex;
    font-weight: 400;
    color: #006AC3;
}

.cta-text::before {
    content: url(/dvl/v1.0/assets/images/icons/icon-phone.svg);
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    margin-right: 8px;
}

.cta-ico-phone {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .banner-wpr.flex {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .banner-card-img-container {
        width: 100%;
        min-height: unset;
    }

    .banner-wpr.flex .banner-text {
        width: 100%;
        min-height: unset;
        max-width: unset;
        padding: 32px 20px;
    }

    .banner-card-img-bg {
        justify-content: center;
    }
}

#how-it-works .flex-wpr {
    gap: 32px;
}

.how-it-works-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px !important;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background: #F3F7F8 !important;
    flex: 1;
}

.how-it-works-container img {
    width: auto;
    height: 230px;
}

.how-it-works-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#partners .flex-wpr {
    gap: 32px;
}

#partners img {
    margin-bottom: 24px;
}

#partners .benefits-container {
    max-width: 368px;
    flex: 1;
}

#partners .benefits-container .logo-pc {
    max-width: 76px;
    width: 100%;
    object-fit: contain;
}

#partners .benefits-container .logo-rexall {
    max-width: 242px;
    width: 100%;
    object-fit: contain;
}

#partners .benefits-container .logo-doordash {
    max-width: 265px;
    width: 100%;
    object-fit: contain;
}

.card-info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.card-info-container:not(:first-of-type) {
    margin-top: 12px;
}

.card-info-item {
    flex: 1;
    display: flex;
    justify-content: space-between;
    min-width: 250px; /* just pick a number that looks ok, not referencing from figma */
}

#discover-benefits .section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.discover-benefits-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.discover-benefits-content {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.discover-left {
    width: 100%;
    max-width: 370px;
}

.discover-right {
    flex: 1;
}

@media (max-width: 639px) {

    #how-it-works .flex-wpr {
        gap: 16px;
    }

    .how-it-works-container {
        min-width: 100%;
        padding: 24px !important;
    }

    .how-it-works-container img {
        height: 150px;
    }

    #partners .flex-wpr {
        flex-direction: column;
    }

    #partners .benefits-container {
        max-width: unset;
        padding: 0px 15px;
    }

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

    .card-info-container {
        gap: 12px;
    }

    .discover-benefits-content {
        flex-direction: column;
        gap: 24px;
    }
}