<style>
@media screen and (max-width: 960px){
.t395__wrapper {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
}
.t395__wrapper_mobile { display: none;}
.t395__tab {
width: calc(100%/3);
display: flex;
justify-content: center;
align-items: center;
}
.t395__title { padding: 10px 15px !important;}
}
@media screen and (max-width: 460px){
.t395__tab {width: calc(100%/2);}
}
.t395__tab {box-shadow: 0 0 0 1px #d6d6d6;}
</style>
<style>
@media screen and (max-width: 960px){
.t397__wrapper {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
}
.t397__wrapper_mobile { display: none;}
.t397__tab {
width: calc(100%/3);
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
}
.t397__title { padding: 10px 15px !important;}
}
@media screen and (max-width: 460px){
.t397__tab {width: calc(100%/2);}
}
.t397__tab {
}
</style>