@media(max-width:575px){
    #top-header a {
    font-size: 12px;
}
  }
@media (max-width:600px){
  .top-header .right {
    display: none !important;
  }
}

@media(max-width:768px){
    .expertise-section h2{
        font-size:32px;
    }

    .skill-header span{
        font-size:18px !important;
    }
}
@media(max-width:848px){
  #top-header {
    display: none;
  }

}