hr {
    border: 1px solid #E0DFE0;
}

.lp-slider_support {
    padding: 0vw;
}

.customer_contact .title {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: -0.02em;
    color: #2F2D2E;
}

.customer_contact .description {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2F2D2E;
    opacity: 0.6;
}

.contact_form {
    border-radius: 8px;
    background-color: #F7F6F8;
    padding: 48px 32px;
}

.contact_form .title {
    font-family: Montserrat;
    font-size: 39px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #2F2D2E;
}

.contact_form .btn-send {
    border-radius: 4px;
    padding: 24px 40px;
    height: 64px;
    width: 100%;
    background-color: #2F2D2E;
    color: white;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
}

.contact_form input {
    padding: 30px;
    border: 0px;
    height: 64px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    opacity: 0.75;
    color: #2F2D2E;
}

.contact_form input::placeholder {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    opacity: 0.75;
    color: #2F2D2E;
}

.contact_form textarea {
    padding: 8px;
    border: 0px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    opacity: 0.75;
    color: #2F2D2E;
}

.contact_form .form-label,.form-check-label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    opacity: 0.75;
    color: #2F2D2E;
}

.box {
    padding: 48px;
    border-radius: 8px;
    background-color: #F7F6F8;
}

.customer_support .title {
    font-family: Montserrat;
    font-size: 39px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2F2D2E;
}

.customer_support .description {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #2F2D2E;
    opacity: 0.6;
}

.customer_support .service_button {
    border-radius: 4px;
    border: 1px solid #C9C4CC;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    padding: 16px 24px;
}

@media (max-width: 764px) {
    .customer_support .title, .contact_form .title {
        font-size: 28px;
        line-height: 39px;
    }

    .customer_support .description {
        font-size: 14px;
        line-height: 24px;
    }

    .customer_contact .title {
        font-size: 28px;
        line-height: 39px;
    }
}