.tab-container{margin-bottom:40px;gap:10px;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.tab{cursor:pointer;border:0;font-size:20px;padding:14px 24px;-webkit-transition:.3s ease;transition:.3s ease;border-radius:20px;text-align:center}.tab.active{background-color:#e1a122;color:#fff}.tab:hover{background-color:#e1a122;color:#fff}.tab-content{display:none;padding:10px 15px;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.tab-content.active{display:block;opacity:1}@media screen and (max-width:1199px){.tab{font-size:18px}}@media screen and (max-width:991px){.tab-container{margin-bottom:35px;gap:4px}.tab{font-size:16px}}@media screen and (max-width:767px){.tab-container{display:grid;text-align:center;margin-bottom:30px;grid-template-columns:29% 33% 36%}.tab{font-size:16px}}@media screen and (max-width:575px){.tab-container{margin-bottom:20px;grid-template-columns:43.7% 43.7%}.tab{font-size:16px}}