
@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%/2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.t395__title { padding: 10px 15px !important;}
}

.t395__tab {box-shadow: 0 0 0 1px #d6d6d6;}


@media screen and (max-width: 640px)
.t-slds__thumbsbullet.t-slds__bullet {
    width: 60px !important;
    margin-right: 4px;
    margin-top: 3px;
}



.t503 .t-card__col {
    width: calc(100%/2);
    display: flex;
    justify-content: center;
    align-items: center;
}

