h2, h3 {
    line-height: 1em;
}

h2 {
    color: white;
}

.secondary-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-image: url('../images/static/mustang_hood.avif');
    box-shadow: inset 0 0 0 2000px rgba(11, 10, 10, 0.56);
    max-width: unset;
    margin: unset;
    width: 100%;
    height: auto;
    padding-left: 10%;
    min-height: 530px;
}

.mustang {
    background-color: #191f24;
    background-image: unset;
    min-height: unset;
    flex-direction: inherit;
}

.plans {
    background-color: #191f24;
    background-image: unset;
    min-height: unset;
    padding: 30px;
    border: 2px solid #6b6b6b;
    border-radius: 10px;
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

.faq-section {
    background-color: #191f24;
    background-image: unset;
    min-height: unset;
    padding: 30px;
}

.plans-columns {
    text-align: center;
    display: flex;
    width: 80%;
}

.plans-columns:first-of-type {
    margin-bottom: 3em;
}

.contact-form-wrapper {
    background-image: unset;
    box-shadow: unset;
    padding: 30px;
    width: 80%;
    margin: auto;
}

.contact-form {
    border-radius: 10px;
    width: 70%;
    margin-top: 40px;
    padding: 20px 90px 20px 90px;
    box-shadow: inset 0 0 0 2000px rgba(11, 10, 10, 0.56);
}

.support-section {
    background-color: #191f24;
    background-image: unset;
    min-height: unset;
    padding: 150px 30px 150px 30px;
}

.support-info {
    margin-top: 40px;
    width: 40%;
    padding: 40px;
    background-color: #191f24;
    text-align: center;
    border-radius: 10px;
}

.support-info p {
    font-size: 20px;
}

.contact-form input, .contact-form select, .contact-form textarea {
    background-color: #191f24;
    color: white;
    height: 50px;
    padding-right: 10px;
}

.input-group {
    width: 100%;
    display: flex;
    flex-direction: initial;
    gap: 10px;
}

.input-group .form-group {
    width: 100%;
}

.mustang img {
    width: 90%;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.loadMoreBtn {
    margin: unset;
}

.loadMoreBtn:hover {
    color: black;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.elementor-divider {
    margin-bottom: 10px;
}

.elementor-divider-separator {
    border-top: 2px solid #6b6b6b;
    display: block;
    width: 55%;
    margin: auto;
}

strong {
    text-transform: uppercase;
}

.worldwide-fw-wrap.bot-pad {
    padding-bottom: unset;
}

.financing-title {
    margin-top: 20px;;
    width: 100%;
    text-align: center;
}

.plan-name {
    margin-bottom: 40px;
}

.faq-cols {
    margin-top: 40px;
    display: flex;
    flex-direction: initial;
    width: 55%;
    flex-wrap: wrap;
}

.faq-col {
    padding: 20px;
    box-shadow: unset;
    background-color: #191f24;
    border: 1px solid #6b6b6b;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 20px;
    flex-basis: calc(50% - 20px);
    transition: background-color 0.3s ease;
}

.faq-col:hover {
    background-color: #fd0000;
    cursor: pointer;
}

.faq-cols svg {
    fill: white;
    width: 7%;
    margin-bottom: 20px;
}

.support-info a {
    color: #fd0000;
}

.support-info a:hover {
    color: #fffbeb !important;
}

.plans-columns br {
    display: none;
}

@media (min-width: 909px) and (max-width: 1445px) {
    .plans-columns br {
        display: block;
    }
}

@media (max-width: 1200px) {
    .faq-cols {
        width: 100%;
    }

    .contact-form, .contact-form-wrapper {
        width: 100%;
    }

    .contact-form {
        padding: 20px 10px 20px 10px;
        text-align: center;
    }

    .support-section {
        text-align: left;
    }

    .support-info {
        width: 100%;
    }
}

@media (max-width: 908px) {
    .elementor-divider-separator {
        width: 100%;
    }

    .plans-columns, .faq-cols {
        flex-direction: column;
    }

    .plans-columns:first-of-type {
        margin-bottom: unset;
    }
}

@media (max-width: 600px) {
    .mustang {
        flex-direction: column;
    }

    p {
        width: 100% !important;
    }

    .input-group {
        flex-direction: column;
    }

    .input-group .form-group {
        margin: auto;
    }

    #down_payment {
        padding-left: 15px;
        padding-right: 15px;
    }
}