/**
* General settings
*/
h2 {
    margin-bottom: 3rem;
}
.gold-underline {
    border-bottom-color: var(--gold-color);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    width: 100%;
}
div.gold-underline {
    width: 80%;
    margin: 10px auto 0;
}
h2 > .gold-underline {
    padding-bottom: 0.75rem;
}
p {
    margin-bottom: 2.4rem;
    line-height: 1.6em;
}
label,
input,
textarea {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}
input:focus,
textarea:focus {
    border: 1px solid var(--primary-color);
}

/**
* Landing
*/
.landing {
    background: url("../images/contact/landing-2-efbd5d3c45ec2cbfcc7097d4c0603c0d.png");
}

/**
* Description
*/
#contact-description .description {
    margin: 7.5rem 0 0;
    width: 75%;
    max-width: 1750px;
    display: flex;
    column-gap: 50px;
}
#contact-description .description figure {
    width: 500px;
}
#contact-description .description figure img {
    width: 100%;
    height: auto;
}
#contact-description .description .text p {
    margin-bottom: 5rem;
}

/**
* Form 
*/
#contact-form-container {
    display: flex;
    margin-top: 5rem;
    margin-bottom: 7.5rem;
    column-gap: 80px;
    align-items: center;
}
#contact-form-container > div {
    flex: 1;
}
#contact-form-container > div > form {
    display: flex;
    flex-direction: column;
}
#contact-form-container > div > form > div:not(.last) {
    width: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    column-gap: 40px;
}
#contact-form-container .form-container label {
    display: grid;
    width: 100%;
    margin-bottom: 0.8rem;
}
#contact-form-container .form-container textarea,
#contact-form-container .form-container input {
    padding: 0.5rem;
    box-shadow: 0px 3px 3px #00000029;
    border: 1px solid #bba27a;
    border-radius: 6px;
    font-weight: 400;
}
#contact-form-container .form-container textarea::focus-visible,
#contact-form-container .form-container input::focus-visible {
    outline: 0;
}
#contact-form-container .form-container textarea {
    height: 200px;
    width: 100%;
    margin-bottom: 2rem;
}
#contact-form-container .form-container form button {
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    box-shadow: 0px 3px 3px #00000029;
    border: 1px solid #bba27a;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    font-weight: 600;
}
#contact-form-container .form-container form button:hover {
    background-color: var(--primary-color);
    color: white;
}
#contact-form-container .form-container .address-information {
    margin: 4rem 0;
}
#contact-form-container .form-container .address-information h3 {
    margin-bottom: 1.75rem;
}
#contact-form-container .form-container .address-information p {
    margin-bottom: 0;
}
#contact-form-container .form-container .address-information p a {
    color: var(--primary-color);
}
#contact-form-container .form-container .address-information p a:hover {
    text-decoration: underline;
}
#contact-form-container > div > iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
/* #about-description figure:first-of-type {
    width: 100%;
    text-align: center;
    margin-top: 6.7rem;
}
#about-description figure:first-of-type img {
    height: 400px;
    width: auto;
} */

/**
* Team
*/
/* figure.contact-form {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    margin: 7.5rem 0 10rem;
    color: var(--main-text-color);
}
figure.contact-form img {
    max-width: 320px;
}
figure.contact-form h4 {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
}
figure.contact-form h5 {
    font-size: 2.4rem;
}
figure.contact-form .information .role {
    margin-bottom: 4.5rem;
}
figure.contact-form .information .contact p {
    margin-bottom: 0;
} */
