.contact {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 20%;
    /* background-color:#5A5A5A; */
    justify-content: space-between;
    padding: 60px 0;
    gap: 4ch;
}

textarea

.contact .other-contacts {
    margin: auto
}

.contact .other-contacts > a {
    color: #414141;
    display: flex;
    flex-direction: row;
    margin: 5ch 0;
    gap: 2ch;
}

.contact .other-contacts .tag-2 {
    color: #474544;
    font-size: 27px;
    font-weight: 600
}

.contact #container {
    background: #a0b7d827;
}
.contact > #container button {
    overflow: visible;
}
.contact > #container button, select {
    text-transform: none;
}
.contact > #container button,.contact > #container input,.contact > #container select,.contact > #container textarea {
    color: #5A5A5A;
    font: inherit;
    margin: 0;
}
.contact > #container input {
    line-height: normal;
}
.contact > #container textarea {
    overflow: auto;
}
.contact > #container {
    border: solid 3px #474544;
    max-width: 468px;
    position: relative;
}
.contact > #container form {
    padding: 37.5px;
    /* margin: 50px 0; */
}
.contact > #container h2 {
    color: #474544;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    padding: 2ch 0
}
.contact > #container .underline {
    border-bottom: solid 2px #474544;
    margin: -0.512em auto;
    width: 80px;
}
.contact > #container .icon_wrapper {
    margin: 50px auto 0;
    width: 100%;
}
.contact > #container .icon {
    display: block;
    fill: #474544;
    height: 50px;
    margin: 0 auto;
    width: 50px;
}
.contact > #container .email {
    float: right;
    width: 45%;
}
.contact > #container input[type='text'], [type='email'], .contact select, .contact textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact > #container input[type='text']:focus, [type='email']:focus, textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
}
.contact > #container .message {
    float: none;
}
.contact > #container .name {
    float: left;
    width: 45%;
}
.contact > #container select {
    background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.contact > #container select::-ms-expand {
    display: none;
}
.contact > #container .subject {
    width: 100%;
}
.contact > #container .telephone {
    width: 100%;
}
.contact > #container textarea {
    margin-top: 30px;
    /* line-height: 150%; */
    height: 70px;
    resize: none;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #474544;
}

:-moz-placeholder {
    color: #474544;
    opacity: 1;
}

::-moz-placeholder {
    color: #474544;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #474544;
}
.contact > #container #form_button {
    background: none;
    border: solid 2px #474544;
    color: #474544;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact > #container #form_button:hover {
    background: #474544;
    color: #F2F3EB;
}

@media screen and (max-width: 1200px) {
    .contact {
        margin: 5%;
    }
}

@media screen and (max-width: 768px) {
   .contact > #container {
        margin: 20px auto;
        width: 95%;
    }
    .contact .other-contacts>div {
        display: flex;
        margin: 2ch 0;
    }
    .contact {
        flex-direction: column;
    }
    
}

@media screen and (max-width: 480px) {
   .contact > #container h1 {
        font-size: 26px;
    }

   .contact > #container .underline {
        width: 68px;
    }

   .contact > #container #form_button {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 420px) {
   .contact > #container h1 {
        font-size: 18px;
    }

   .contact > #container .icon {
        height: 35px;
        width: 35px;
    }

   .contact > #container .underline {
        width: 53px;
    }

   .contact > #container input[type='text'], [type='email'], select, textarea {
        font-size: 0.875em;
    }
}