@media screen and ( max-width : 1200px ) {
    #Hero p {
        font-size: .9rem;
    }

    #Hero h1 {
        font-size: 2.3rem;
    }
}

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

    hr {
        width: 230px ;
    }

    #Hero img {
        width: 60%;
    }

    #Hero .row {
        padding-bottom: 75px;
    }

    .btn-custom1 {
        width: 80%;
    }

    .social-icon {
        left: 50%;
        transform: translate(-50%);
    }

    #about .isi {
        text-align: justify !important;
    }



    #skill .card h3 {
        font-size: 1.3rem;
    }

    #skill .card {
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin-top: 20px;
    }
}

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

    .social-icon a {
        font-size: .8rem !important;
    }

}

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

    .social-icon a {
        font-size: .6rem !important;
    }

}