
.banner___about {
    background: url(../images/contact.jpg);
    height: 70vh;
    position: relative;
  }

  form {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
    padding: 50px 50px;
    row-gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
}
input {
    width: 90%;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #000;
}
label {
    width: 90%;
    margin: auto;
    font-size: 12px;
    margin-left: 0;
}
input::placeholder {
    font-size: 12px;
}

.form_error {
    color: #ff0000;
    font-size: 12px;
}
textarea#text {
    width: 90%;
    border-radius: 5px;
    margin-bottom: 7px;
}
h3.jfhhj {
    margin-top: 0;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-family: sans-serif;
}
input#button {
    width: 50%;
    margin: auto;
    text-transform: uppercase;
}

.left__contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.contact {
    padding: 90px 0;
    padding-bottom: 0;
}

.left__contact {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    max-height: 725px;
}

textarea#text::placeholder {
    font-size: 12px;
    padding: 5px 10px;
}

.right__side {
    padding-bottom: 50px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .banner___about {
        height: 50vh;
        position: relative;
    }

    .left__contact {
        max-height: 390px;
    }
}