#one{
    background: #FFFBE9;
    color: #2E3842;
    padding: 100px 40px 50px 50px;
    letter-spacing: 1.2px;
    text-align: justify;

}
#one h1{
    font-size: 20px;
    color: #2E3842;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 4.14px;
}

.image{
    width: 270px;
    height: 270px;
}
.block-about-us{
    font-size: 18px;
}
input::-webkit-input-placeholder { color: rgba(78, 72, 82, 0.5) !important;}
input::-moz-placeholder { color: rgba(78, 72, 82, 0.5) !important;}
textarea::-webkit-input-placeholder { color: rgba(78, 72, 82, 0.5) !important;}
textarea::-moz-placeholder { color: rgba(78, 72, 82, 0.5) !important;}

.form-data{
    background: rgba(0, 0, 0, 0.04) !important;
    width: 49% !important;
    display: inline !important;
}

#demo-message{
    margin: 10px 0;
}
#one{
    width: 100% !important;
}
textarea{
    background: rgba(0, 0, 0, 0.04) !important;
}
.block h1
{
    font-family: 'Open Sans', serif;
}

.send-form{
    background: rgba(228, 202, 64, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.51);
    border-radius: 3px;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}
.send-form:hover{
    color: #FFFFFF;
    background: var(--main-color);
}
.feedback-form{
    padding-top: 100px;
}
.success{
    text-align: left !important;
    color: rgb(34 197 94);
}
.footer-form{
    padding-top: 10px;
}

@media screen and (max-width: 736px) {
    .send-form{
        padding: 0px 15px 5px 15px !important;
    }
}
@media screen and (max-width: 400px) {
    #one {
        padding: 100px 10px 50px 10px !important;
    }
}
