.section-contact{
    padding-bottom: 50px;
}
.box-contact{
    background-color:var(--text_color_two);
}
.block-contact{
    padding: 60px 0;
}
.section-contact .title{
    color: #000;
    text-align: left;
}

.box-form .form-group input{
    width: 100%;
    border-radius: 5px;
    height: 36px;
    font-size: 14px;
    color: #000;
    border: 1.5px solid #fff;
    padding: 0 5px;
    background: #fff;
}

.box-form .form-group textarea{
    border-radius: 5px;
    height: 150px;
    padding: 0 5px;
    color: #000;
    font-size: 14px;
    border: 1.5px solid #fff;
    background: #fff;
}

.box-form .form-group .form-label-{
    font-size: 13px;
}

.block-contact input[type="submit"]{
    padding: 10px 20px;
    background: #9db7c9;
    border-radius: 10px;
    color: var(--text_color_two);
    border: none;
    transition: 1.2s;
}

.block-contact input[type="submit"]:hover{
    box-shadow: 2px 2px 7px 2px #9db7c9;
}
