@charset "UTF-8";
.hero-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    height: 300px;
    width: 100%;
    background-color: #ECE9E1;
}
.section-top {
    text-align: center;
    margin-bottom: 120px;
}
.section-top h1 {
    color: #4E3E00;
    font-size: 7.4rem;
    font-family: "heebo", sans-serif;
    font-weight: 700;
}
.section-top h2 {
    color: #4E3E00;
    font-size: 2.0rem;
    margin-top: -15px;
}
.section-contact__form {
    max-width: 750px;
    width: 70%;
    margin: 0 auto;
}
.section-contact__form-description {
    text-align: center;
    font-weight: 400;
    margin-bottom: 80px;
}
.section-contact__form p label {
    display: inline-block;
    font-size: 1.8rem;
    width: 200px;
    margin-bottom: 50px;
    vertical-align: top;
}
.section-contact__form p input {
    display: inline-block;
    width: 500px;
    height: 50px;
    border-radius: 12px;
    padding: 0 10px;
    margin: 0;
    border: none;
    background-color: #EBEBEB;
}
.section-contact__form p textarea {
    display: inline-block;
    width: 500px;
    height: 150px;
    border-radius: 12px;
    padding: 10px 10px;
    margin: 0;
    border: none;
    background-color: #EBEBEB;
}
.section-contact__form-button {
    display: block;
    text-align: center;
    line-height: 54px;
    height: 54px;
    width: 160px;
    border-radius: 27px;
    background-color: #FFC631;
    color: #4E3E00;
    font-size: 1.8rem;
    text-decoration: none;
    margin: 100px auto;
}
@media (max-width:1040px) {
    .hero-area {
        height: 230px;
    }
    .section-top {
        text-align: center;
        margin-bottom: 120px;
    }
    .section-top h1 {
        font-size: 5.2rem;
    }
    .section-top h2 {
        font-size: 1.6rem;
        margin-top: -15px;
    }
    .section-contact__form-description {
        font-size: 1.4rem;
        text-align: center;
        font-weight: 400;
        margin-bottom: 50px;
    }
    .section-contact__form p label {
        display: inline-block;
        font-size: 1.6rem;
        width: 200px;
        margin-bottom: 8px;
        vertical-align: top;
    }
    .section-contact__form p input {
        display: inline-block;
        max-width: 600px;
        width: 100%;
        height: 40px;
        border-radius: 12px;
        padding: 0  0 10px;
        margin: 0 0 20px;
        border: none;
        background-color: #EBEBEB;
    }
    .section-contact__form p textarea {
        display: inline-block;
        max-width: 600px;
        width: 100%;
        height: 150px;
        border-radius: 12px;
        padding: 10px 0 10px;
        margin: 0;
        border: none;
        background-color: #EBEBEB;
    }
    .section-contact__form-button {
        display: block;
        text-align: center;
        line-height: 54px;
        height: 54px;
        width: 160px;
        border-radius: 27px;
        background-color: #FFC631;
        color: #4E3E00;
        font-size: 1.8rem;
        text-decoration: none;
        margin: 50px auto 100px;
    }
}
@media (max-width:540px) {
    .section-top {
        margin-bottom: 80px;
    }
    .section-top h1 {
        margin-top: 20px;
    }
    .section-contact__form {
        max-width: 750px;
        width: 80%;
        margin: 0 auto;
    }
    .section-contact__form p textarea {
        height: 200px;
    }
    .section-contact__form-button {
        margin: 50px auto 0;
    }
}