.hero-lowerPage {
    width: 100%;
    background-image: url(/img/bg-hero-contact.jpg);
    background-position: center 60%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contactSection {
    padding: 40px 5%;
    .form {
        margin-top: 40px;
    }
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
}

input[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
}

textarea {
    font-family: inherit;
}

textarea:disabled {
    font-family: inherit;
    color: black;
    background-color: white;
}

.inputArea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
}

.inputItem {
    width: auto;
    max-width: 100%;
    text-align: left;
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 1.6;
    margin-bottom: 5px;
}

.inputContents {
    text-align: left;
    width: 100%;
    max-width: 100%;
    height: 50px;
    border: 1px solid black;
    border-radius: 4px;
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 1.4;
    padding: 10px 15px 10px;
}

.inputContents::placeholder {
    color: grey;
}

.inputContents-multiLine {
    /* height: 160px; */
    height: auto;
    min-height: 50px;
}

.btnBox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.submitBtn {
    flex: 1 0 auto;
    padding: 10px 30px;
    width: 100%;
    background-color: #f0f0f0;
    color: black;
    border: 1px solid grey;
}

.submitBtn:hover {
    cursor: pointer;
    background-color: rgba(200, 200, 200, 0.85);
}

.backBtn {
    flex: 1 0 auto;
    padding: 10px 30px;
    width: 100%;
    background-color: #f0f0f0;
    color: black;
    border: 1px solid grey;
}

.backBtn:hover {
    cursor: pointer;
    background-color: rgba(200, 200, 200, 0.85);
}
