.top-section{
    box-shadow: 10px 0px 15px gainsboro;
}

.icons{
    color: rgb(182, 157, 125);
    font-size: 1.1vw;
}

.top-contact{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgb(133, 133, 133);
}

.icons-social{
    font-size: 1.5vw;
    color: rgb(161, 140, 111);
}


/* MEDIA QUERY */
@media (max-width:576px){
    .top-section{
        display: none;
    }
}

@media (min-width:577px) and (max-width:767px){
    .top-section{
        display: none;
    }
}


@media (min-width:768px) and (max-width:991px){
    .top-section{
        display: none;
    }
}


@media (min-width:992px) and (max-width:1199px){
    .icons{
        font-size: 1.5vw;
    }

    .icons-social{
        font-size: 1.8vw;
    }
}  


@media (min-width:1200px) and (max-width:1399px){
    
}


@media (min-width:1400px){
    
}