.tabs.reg_tabs {
  max-width: 566px;
  margin: auto;
  margin-bottom: 45px;
  max-height: none;
}

.tabs.reg_tabs .nav-tabs {
  max-width: 566px;
  transform: none !important;
  white-space: normal !important;
}

.tabs.reg_tabs .arrows_wrapper {
  display: none;
}

.tabs.reg_tabs .nav-tabs li {
  width: 48.5%;
}

.tabs.reg_tabs .nav-tabs li:first-child {
  /* float: left; */
}

.tabs.reg_tabs .nav-tabs li:last-child {
  float: right;
}

.tabs.reg_tabs .nav-tabs li a {
  padding: 19px 15px 18px;
  line-height: 13px;
  color: #333333;
}

@media (max-width: 576px) {
  .tabs.reg_tabs {
    margin-bottom: 40px;
  }
  .tabs.reg_tabs .nav-tabs li {
    width: 48%;
  }
  .tabs.reg_tabs .nav-tabs li a {
    padding: 11px 15px 11px;
    line-height: 19px;
  }
}
