@media (max-width: 575.98px) {
  header .cs-miniButtons {justify-content: right;}
  /*header benefits*/
  .cs-topCon {display: none;}
   header .cs-headerContent .cs-container {
        display: flex;}
}
@media (max-width: 767.98px) {
  header .cs-topCon {display: none;}
  header .cs-headerContent .cs-container {
        display: flex;}
  }
 
@media (max-width: 430px) {
  header
  /*header benefits*/
  .cs-topCon {display: none;}
  }

@media (max-width: 300px) {
  header
  /*header benefits*/
  .cs-topCon {display: none;}
  }