.locations_tabber.content-row {
  padding: 30px 30px 0;
}

.locations_tabber .inline-buttons {padding-top: 10px;!important}
.locations_tabber .top_title {
  margin-bottom: 28px;
}

.locations_tabber .tabber_images {
  overflow: hidden;
}

.locations_tabber .tabber_images .tabs_img {
  background-position: 50%;
  display: none;
  height: 300px;
  margin: 25px 0;
  overflow: hidden;
  width: 100%;
  background-size: cover;
}

.locations_tabber .tabber_images .tabs_img.current {
  display: block;
}

.locations_tabber .tab_item {
  display: inline-block;
  float: left;
  margin: 10px 10px 40px;
  padding-right: 20px;
  position: relative;
  width: calc(25% - 20px);
}

.locations_tabber .tabs_list .flex_row {
  display: flex;
  flex-wrap: wrap;
}

@media(max-width:991px){
  .locations_tabber .tab_item {
    width: calc(50% - 20px);
  }

  .locations_tabber .tabs_list .page-center {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:767px){
  .locations_tabber .tab_item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-right: 0;
  }

}