/* -lg to -xxl */
@media (min-width: 992px) and (max-width: 1400px) { 

    /*****************************
    Intro
    *****************************/

    .section-intro {
        margin-top: 8.0rem;
        align-items: flex-start;
    }

    .section-intro .glass-button {
        height: 3rem;
        width: 15rem;
        font-size: unset;
    }

    .intro-words p {
        font-size: 4rem;
    }

    .intro-card {
        height: 40rem;
        width: 30rem;
    }

    .intro-card .intro-card-section:not(:last-child) {
        border-bottom: 1px solid rgb(119, 119, 119);
    }

    .intro-card .intro-section-name {
        height: 20%;
    }

    .intro-card .intro-section-services {
        height: 30%;
    }

    .intro-card .intro-section-description {
        height: 50%;
    }

    .intro-card .intro-section-name {
        font-size: 1.0rem;
    }

    .intro-card .name {
        font-weight: 700;
        font-size: 1.5rem !important;
    }

    .intro-card .intro-section-services {
        font-size: 1.0rem;
    }

    .intro-card .intro-service {
        font-size: 1.0rem;
    }

    .intro-card .icons {
        font-size: 1.5rem;
    }

    .intro-card .intro-section-description {
        font-size: 1.0rem;
    }

    /*****************************
    Services
    *****************************/

    .service-card {
        width: 25rem;
        height: 30rem;
    }

    .service-card .card-title {
        font-size: 1.4rem;
    }

    .service-card .service-description {
        font-size: 0.65rem;
    }

    /*****************************
    Who am I
    *****************************/

    .whyworktogether-card {
        width: 30rem;
        height: 30rem;
    }

    .whyworktogether-card .whyworktogether-description .whyworktogether-title {
        font-size: 1.2rem;
    }

    .aboutme-card {
        width: 30rem;
        height: 30rem;
    }

    .aboutme-card .aboutme-description {
        font-size: 0.8rem;
    }

    .aboutme-card img {
        max-width: 5rem;
    }

    /*****************************
    Contacts
    *****************************/

    .contacts-card {
        width: 50rem;
        height: 36.5rem;
    }

    .bottom-text {
        font-size: 0.5rem;
    }
}