@media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* INTRO */
    .intro {
        padding-top: 100px;
        height: 670px;
    }

    .intro-text>p {
        font-size: 25px;
        text-align: center;
    }

    .intro-img {
        display: none;
    }

    .intro-img-mobile {
        display: block;
        margin-bottom: 20px;
    }

    /* SKILLS & EXPERIENCES & FEEDBACK */
    #skills-experiences-feedback {
        margin-top: 20px;
    }

    .feedback {
        margin-top: 30px;
    }

    /* BACK TO TOP */
    .backToTop {
        right: 70px;
        bottom: 70px;
    }
}