/* -md to -lg */
@media (min-width: 768px) and (max-width: 991px) {

    /*****************************
    General
    *****************************/

    .collapse:not(.show) {
        display: none !important;
    }

    .collapsing {
        display: block !important;
        height: 0;
        overflow: hidden;
        transition: height 0.35s ease;
    }

    .glass-button {
        height: 4rem;
        width: 20rem;
        font-size: 1.5rem;
    }
    
    .main-container {
        scroll-snap-type: none;
        overflow-y: auto;
        height: auto;
    }

    /*****************************
    Sections
    *****************************/

    .section-intro,
    .section-services,
    .section-whoami,
    .section-contacts {
        scroll-snap-align: none;
    }

    section:not(.section-intro, .section-contacts) {
        padding-top: 2rem;
        scroll-margin-top: 4.5rem;
    }

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

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

    .section-intro,
    .section-services,
    .section-contacts {
        min-height: calc(100vh - 6.0rem);
    }

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

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

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

    .service-card {
        width: 40rem;
        height: 50rem;
    }

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

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

    .whyworktogether-card {
        width: 40rem;
        height: 35rem;
    }

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

    .aboutme-card {
        width: 40rem;
        height: 45rem;
    }

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

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

    .contacts-card {
        width: 45rem;
        height: 40rem;
    }
}