@media only screen and (min-width: 768px){
.hover-tiles .tiles .tile-item .header {font-size:30px!important; line-height:1.1!important}
}
@media only screen and (max-width: 768px) and (min-width: 426px) {
.tabs-header-v2-buttons-mt {display:grid; grid-template-columns:repeat(3,1fr); gap:1rem}
.tabs-header-v2-mt .thv2-tab-buttons button {min-width: auto !important; margin: 0 !important;}
.bo-temp .multi-panels ul, 
.bo-temp .multi-panels:not(.img-badge)[data-items="2"] ul {grid-template-columns: repeat(2, [col-start] 1fr)!important;}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}