/**
* 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;
}

/**
* Landing
*/
.landing {
    background: url("../images/about/landing-1-6f372ff0fc586055d374b87b8aac2125.png");
}

/**
* Description
*/
#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;
}
#about-description .description {
    margin: 7.5rem 0;
    width: 75%;
    max-width: 1750px;
}

/**
* 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;
}
figure.contact-form .contact a {
    color: var(--primary-color);
}
figure.contact-form .contact a:hover {
    text-decoration: underline;
}
/* Large devices (Monitors, 1440px and down)  
@media only screen and (max-width: 1440px) {
}

/* Medium devices (Laptop, 1280px and down) 
@media only screen and (max-width: 1280px) {
}

/* Small devices (tablets, 992px and down)*/
@media only screen and (max-width: 992px) {
    figure.contact-form {
        margin-inline: 5rem;
    }
    figure.contact-form img {
        width: 45%;
    }
    figure.contact-form .information {
        width: 45%;
    }
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
    #about-description .description {
        width: 90%;
        margin: auto;
    }
    figure.contact-form {
        flex-direction: column;
        row-gap: 2rem;
    }
    figure.contact-form img {
        width: 70%;
    }
    figure.contact-form .information {
        width: 100%;
    }
    figure.contact-form .information .role {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
}

/* Tiny devices (phones, 480px and down) */
@media only screen and (max-width: 480px) {
    #about-description .description p {
        text-align: justify;
    }
}
