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

    /* BAHAN */
    .section-heading {
        font-size: 17px;
        color: #03A696;
        margin-bottom: 20px;
    }

    /* NAVBAR */
    .navbar {
        background: white;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }

    .navbar-white {
        width: 100% !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    /* INTRO */
    .intro {
        padding-top: 90px;
        height: 500px;
        background-position: 25% 100%;
    }

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

    .intro-detail {
        font-size: 15px;
    }

    .intro-img {
        display: none;
    }

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

    /* SHORT PROFILE */
    .short-profile-text {
        font-size: 15px;
    }

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

    .list-heading {
        font-size: 17px;
    }

    .list li {
        font-size: 15px;
    }

    .feedback-word {
        font-size: 15px;
    }

    /* FOOTER */
    .socmed>a {
        font-size: 25px;
    }

    .contact {
        height: 250px;
        align-items: center;
    }

    .contact>p {
        font-size: 20px;
    }

    .btn-email,
    .btn-telegram {
        margin-top: 20px;
        font-size: 13px;
    }

    .btn-email {
        background: #D64E42;
    }

    .btn-telegram {
        background: #259DCF;
    }

    .copyright-txt {
        font-size: 13px;
    }

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