.button_form {
    height: 58px;
    width: 100%;
}

label {
    color: var(--Gray-700, #344054);
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */
}

.contact {
    padding: 60px 100px 96px;
}
.touch {
color: var(--Gray-900, #101828);
font-family: "Open Sans";
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 122.222% */
letter-spacing: -0.72px;
}
.friend {
    color: #667085;
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
margin-bottom: 24px;
}
.agree {
    color: var(--Gray-500, #667085);
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.form-link {
    color: var(--Gray-500, #667085);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.form-link:hover{
    color: var(--Gray-500, #667085);
    text-decoration-line: none;
}
@media (max-width:768px) {
    .contact {
        padding: 60px 20px 96px;
        flex-direction: column-reverse;
    }
}
