.tabs-head{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;text-align:center;border-bottom:12px solid #731447}.tab-head{min-width:250px;padding:20px 30px;margin:0 6px;background:#124b57;color:#fff;border-radius:10px 10px 0px 0px;font-weight:800;font-size:22px;line-height:19px;cursor:pointer}.tab-head.active{background:#731447}.tab{display:none}.tab.active{display:block}@media(max-width:1300px){.tab-head{min-width:150px}}@media(max-width:768px){.tabs-head{flex-direction:column;border-bottom:0;border-left:6px solid #731447}.tab-head{min-width:calc(100% - 15px);width:calc(100% - 15px);padding:20px 20px;margin:0 0 4px 0;border-radius:0px 10px 10px 0px;font-size:18px}.tab-head:last-of-type{margin-bottom:0}}