.area_search {
  text-align: right;
  text-weight: 400;
}

.visible-tablet-only {
  display: none;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1200px) { 
  .hidden-tablet {
    display: none;  
  }
  
  .visible-tablet-only {
    display: flex;
  }
}