/* hero image */
.hero__contact-bg{
    height: 70vh;
    margin-top: 0;
}
.hero__contact-bg figure{
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}
.hero__contact-bg figure > img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.contact-map__inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
}
.contact-map__inner::before {
    content: "";
    display: block;
    padding-top: 48%;
}
.contact-map__inner .google-map__container{
    position: absolute;
    top: 18px;
    bottom: 18px;
    right: 18px;
    left: 18px;
}

.contact-form__message{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-top: 55px;
    margin-bottom: 40px;
}
.contact__form form label{
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 40px;
}
.contact__form form textarea{
    resize: none;
    font-size: 16px;
    line-height: 40px;
}
.contact__form form input{
    resize: none;
    font-size: 14px;
    height: 58px;
    line-height: 40px;
}
.contact__form form button{
    height: 55px;
    width: 200px;
    text-transform: uppercase;
    font-size: 18px;
}
