.hero-banner__container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 475px;
}

.hero-banner__container .hero-banner__content {
    padding: 35px 16px 35px;
}

.hero-banner__container .cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.hero-banner__text-container {
    max-width: 500px;
}

.hero-banner__text-container {
    margin-top: 70px;
}

.hero-banner__text-container h1 {
    margin-bottom: 25px;
}

.hero-banner__text-container ul li {
    margin-bottom: 5px;
}

.hero-banner__text-container ul li::before {
    content: "\f00c";
    margin-right: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: top;
    margin-top: 4px;
}

.badge-white {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transform: rotate(10deg);
}

.badge-white h2 {
    font-size: 34px;
    margin-bottom: 8px;
    color: #0E7083;
    font-weight: 300;
}

.badge-white p {
    margin-bottom: 0px;
}

@media (min-width: 769px) {
    .hero-banner__content .badge.mobile {
        display: none;
    }
}

@media (max-width: 769px) {
    .hero-banner__content.col-2 {
        display: none;
    }

    .hero-banner__text-container h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .hero-banner__content .badge-white {
        width: 120px;
        height: 120px;
        padding: 4px;
    }

    .hero-banner__container .hero-banner__content {
        padding: 16px 16px 35px;
    }

    .hero-banner__content .badge-white h2 {
        font-size: 18px;
    }

    .hero-banner__content .badge-white p {
        font-size: 13px;
    }

    .hero-banner__content .badge.mobile {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
    }

    .hero-banner__content .badge.mobile h2 {
        flex-shrink: 0;
    }

    .form-tweak__container .form-tweak__inputs.submit {
        margin-left: 0px;
        text-align: center;
        margin-top: 0;
    }

    .hero-banner__text-container ul li {
        font-size: 15px;
    }
}