.form__hr {
    height: 1px;
    background-color: #C8C8C8 !important;
    border: none;
}

.form__wrapp--partner, .form__wrapp--offer, .form__wrapp--download {
    display: flex;
    flex-direction: column;
    gap: 28px;
}


/* === Callback === */
.form--callback .form__bottom {
    gap: 22px;
}

.form--callback .custom-cf7-submit {
    margin-right: auto;
}

.form--callback textarea {
    height: 160px;
}


/* === Partner === */
.form--partner textarea {
    height: 100px;
}


/* === Subscription === */
.form--subscription {}


/* === Download ===*/
.form--download textarea {
    height: 100px;
}

@media (max-width: 576px) {
    .form {
        gap: 24px;
    }
}