.custom-tabs-main .full-container {padding: 0 20px;}
.custom-tabs-main .custom-tabs-wrapper {display: flex;gap: 20px;justify-content: center; flex-wrap: wrap;}
.custom-tabs-main .custom-tabs-wrapper .button{ background: transparent;border-color: #55B3B6;color: #55B3B6;transition: 0.5s; padding: 10px;width: 100%;}
.custom-tabs-main .custom-tabs-wrapper .button:hover{ background: #55B3B6; color: #fff; border-color: #55B3B6;}
.custom-tabs-main .custom-tabs-wrapper .button.active{ background: #55B3B6; color: #fff;}
.custom-tabs-main .tab { max-width: 326px; width: 100%;}


@media only screen and (max-width: 699px) {
  .custom-tabs-main .custom-tabs-wrapper{gap: 12px;}
  .custom-tabs-main .tab {max-width: 100%;}
}