@media only screen and (max-width: 767px) {
  .the-classic-series-wrapper .estate-landing-sec-2 .ELtabs {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .the-classic-series-wrapper .estate-landing-sec-2 .ELtabs li {
    display: flex;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .the-classic-series-wrapper .estate-landing-sec-2 .ELtabs li a {
    width: 100%;
    min-height: 60px;
    padding: 12px 10px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-wrap: balance;
  }
}
