@font-face { font-family: Montserrat; src: url('../fonts/Montserrat-Regular.ttf'); font-display: swap;} 
@font-face { font-family: Montserrat; font-weight: bold; src: url('../fonts/Montserrat-Bold.ttf'); font-display: swap;}
@font-face { font-family: Tango; src: url('../fonts/TangoSans.ttf'); font-display: swap;} 
@font-face { font-family: Tango; font-weight: bold; src: url('../fonts/TangoSansBold.ttf'); font-display: swap;}

.button:hover{

    color: rgb(41, 52, 88) !important;
    background-color: transparent !important;

}

.button2:hover{

    color: white !important;
    background-color: rgb(41, 52, 88) !important;

}


@media only screen and (max-width: 1150px) {
  h2{
    font-size: 27px !important;
  }

  #clients_txt{
    font-size: 26px !important;
  }

  .button2{
    font-size: 26px !important;
  }
}