main h2{
    text-align: start !important;
    text-align: start !important;
    padding: 40px 0 50px 0 !important;
}
section{
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}
.text_content{
    padding: 12px;
    max-width: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text_content h3{
    font-size: 35px;
    margin-bottom: 10px;
    margin: 0;
    padding: 0;
}
.contacts{
    margin-top: 20px;
}
.text_content .box{
    padding: 10px;
    border: 1px solid var(--nav-letter-color);
    border-radius: 18px;
    margin-bottom: 45px;

}
.text_content .contacts_content{
    gap: 28px;
}
.text_content .contacts_content img{
    height: 40px;
    width: 40px;
}
.whatsapp{
    height: 30px !important;
}
.text_content .contacts_content span{
    font-size: 32px;
}
.text_content .socials{
    padding: 45px 0 ;
}
.text_content .socials h3{
    font-size: 26px !important;
    padding-bottom: 4px;
}
.text_content .socials img{
    height: 38px;
    width: 38px;
}
.contact_form {
    border: 1px solid black;
    width: fit-content;
    padding: 0 12px 12px;
    margin: 8px;
}
.contact_form .input_container{
    display: flex;
    gap: 10px;
}
.input_container .wrapper {
    width: 50%;
}
.contact_form input{
    height: 78px;
}
.contact_form input, .contact_form textarea{
    padding: 15px 18px;
    font-size: 28px;
    background-color: white;
    border: none;
    margin-bottom: 20px;
    color: grey;
    font-family: 'nexa_lightregular', sans-serif;
}
.contact_form button{
    width: 100%;
    border-radius: 0;
}
textarea{
    display: block;
    width: 100%;
}

iframe{
    width: 100%;
    margin: 0 auto;
}
@media (max-width:1650px) {
    .contact_form{
        width: 500px;
    }
    .contact_form input{
        width: 230px;
    }
    .text_content .contacts_content span {
        font-size: 28px;
    }
}
@media (max-width:1360px) {
    .text_content .socials {
        flex-wrap: wrap;
        justify-content: center;
    }
    
}
@media (max-width:1200px) {
    section{
        flex-wrap: wrap;
    }
    .contact_form{
        width: 95%;
        min-width: 300px;
        max-width: 800px;
    }
    .contact_form input{
        width: 100%;
        min-width: 150px;
    }
    .text_content .socials {
        flex-wrap: nowrap;
        justify-content: normal;
    }
}
@media (max-width:580px) {
    .contact_form input, .contact_form textarea {
        font-size: 20px;
    }
    .contact_form input {
        height: 55px;
    }
    .text_content {
        width: 95%;
    }
    .text_content h3 {
        font-size: 27px;
    }
    .text_content .contacts_content img {
        height: 35px;
        width: 35px;
    }
    .whatsapp{
        height: 25px !important;
    }
    .text_content .contacts_content span {
        font-size: 24px;
    }
    .text_content .socials {
        flex-wrap: wrap;
        justify-content: center;
    }
    .text_content .socials img {
        height: 30px;
        width: 30px;
    }
    
    
}
@media (max-width:480px) {
    .text_content .contacts_content span {
        font-size: 17px;
    }
    
}
@media (max-width:400px) {
    .contact_form .input_container{
        flex-direction: column;
        margin-bottom: 8px;
    }
    .input_container .wrapper {
        width: 100%;
    }
}
@media (max-width:360px) {
    .text_content .contacts_content span {
        font-size: 14px;
    }
}