.discover-page__content {
    padding-top: 80px;
}

.form-title {
    font-weight: 900;
    font-size: 46px;
    line-height: 100%;
    color: #020202;
}

body.thank-you .discover-page__form {
    padding: 170px 0;
}

.discover-page__form {
    background-image: url('../images/vinfast_form_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 0 80px 0;
}

.discover-page__header {
    margin-top: 64px;
}

.discover-page__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;
}

.discover-page__subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
}

.discover-page__header-content {
    background-image: url('https://storage.googleapis.com/prod-bucket-cms-vinfast-philippines/cms-vinfast-philippines/Mask%20group.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100vw 100%;
    padding: 60px 0;
    color: #fff;
}

.discover-page__header-content a,
.discover-page__content a {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.discover-page__content a:hover,
.discover-page__header-content a:hover {
    color: #FFFFFF;
}

.discover-page__form .form-control {
    border: 1px solid #C8C8C8;
}

.iti--allow-dropdown {
    width: 100%;
}

@media only screen and (max-width: 768px) {

    .discover-page__content .action-submit,
    .discover-page__content .action-submit.active {
        position: relative;
    }

    .discover-page__content {
        padding-top: 60px;
    }

    .discover-page__title {
        font-size: 36px;
    }

    .discover-page__subtitle {
        font-size: 18px;
    }

    .form-title {
        font-size: 36px;
    }
}