h2, p, form, input {
    margin: 0;
    padding: 0;
}

.form-container {
    background-color: #B43931;
    padding: 20px 10px;
}

.lead-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.lead-form__container {
    display: flex;
    flex-direction: column;
}

.form-title {
    font-size: 31px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.form-subtitle {
    font-size: 19px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 0;
}

.form-input {
    height: 36px;
    padding: 0 9px;
    border-radius: 3px;
    font-size: 16px;
    margin: 5px 0;
    border: none;
    outline: 1px solid gray;
}

.form-submit {
    margin-top: 20px;
    height: 49px;
    background-color: #fdc53a;
    color: #012F65;
    font-weight: bold;
    border: 0;
    outline: 0;
    font-size: 18px;
}

.form-input.telefone {
    width: 100%;
}

.iti__selected-dial-code {
    font-family: Arial, Helvetica, sans-serif;
}

.form-submit:hover {
    background-color: #fdc53a;
    cursor: pointer;
}

@media screen and (max-width: 350px) {
    .form-title {
        font-size: 8vw;
    }
}

@media screen and (min-width: 768px) {
    .lead-form__container {
        flex-direction: row;
    }
}

.form-form-container {
    width: 100%;
}

.form-lead-form {
    max-width: 700px;
    display: flex;
    flex-direction: column;
}

.form-form-input {
    height: 36px;
    padding: 0 9px;
    border-radius: 3px;
    font-size: 16px;
    margin: 5px 0;
    border: none;
    outline: 1px solid gray;
}

.form-form-input.form-telefone {
    width: 100%;
}

.form-form-submit {
    margin-top: 20px;
    height: 49px;
    background-color: #fdc53a;
    color: white;
    font-weight: bold;
    border: 0;
    outline: 0;
    font-size: 18px;
}

.form-form-submit:hover {
    background-color: #fdc53a;
    cursor: pointer;
}

.lead-form__content-form {
    width: 50vw;
}

@media screen and (max-width: 768px) {
    .lead-form__content-form {
        width: calc(90vw - 1.5rem);
    }
}

._form-container {
    padding: 20px 10px;
}

.lead-form__caixa {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: min(30px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.lead-form__caixa span {
    font-weight: 800;
}

.lead-form__caixa p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.lead-form__content-form {
    margin: auto;
}

.form-div {
    padding: 20px 0;
}

@media screen and (min-width: 768px) {
    .lead-form__content-form {
        margin: 0;
    }

    .lead-form__caixa {
        padding: 50px;
    }
}