@font-face {
    font-family: 'savoye_std_regular';
    src: url('../fonts/savoye_std_regular.woff2') format('woff2'),
         url('../fonts/savoye_std_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h4, h5 {
    font-family: 'savoye_std_regular' !important;
}

p{
    margin-bottom: 0px !important;
}

.grp-widget {
  font-family: "Lato", Arial, sans-serif !important;
}


@media only screen and (max-width: 991px) and (min-width: 770px){
    #sp-header {
    display: none !important;
  }
}