h1,
h2,
h3,
h4 {
    font-weight: 400;
}


#header-contact {
    position: relative;
    margin-top: 25%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    gap: 0.5%;
    line-height: 1.2;
}

.text-container-header-contact {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 1.5%;
    margin-left: -1%;
}

.text-container-header-contact-left {
    font-family: 'Medium';
    letter-spacing: -5;
}

.text-container-header-contact-right {
    font-family: 'Light';
    font-weight: 100;
    letter-spacing: -3.5;
    line-height: 1.2;
}


#text-contact {
    display: flex;
    flex-direction: row;
    width: 65%;
    justify-content: space-between;
}

#email {
    letter-spacing: -0.5;
    cursor: pointer;
}

@media (max-width: 1168px) {
    .text-container-header-contact {
        margin-bottom: 5%;
    }

    .text-container-header-contact-left {
        letter-spacing: -1.5;
    }

    .text-container-header-contact-right {
        letter-spacing: -0.5;
    }

    #text-contact {
        width: 70%;
    }
}


@media (max-width: 768px) {
    #header-contact {
        margin-top: 70%;
    }

    .text-container-header-contact {
        margin-bottom: 5%;
    }

    .text-container-header-contact-left {
        letter-spacing: -1;
    }

    .text-container-header-contact-right {
        letter-spacing: -0.5;
    }

    #text-contact {
        width: 90%;
    }
}