:root{
    --sst-vn-light: "SST VN Light" !important;
    --desk65px: clamp(30px, 4.758418740849195vw, 65px);
    
}
@font-face {
  font-family: 'SST VN Light';
  src: local("SST VN Light"), url('../fonts/SSTVietnamese-Light.ttf') format('truetype');
}
.content-center p {
    max-width: 530px;
}
#s-main-wrapper h1,
.content-center h1{
    /* font-family: var(--sst-vn-light); */
    font-family: var(--sst-bold);
    font-weight: 900;
    line-height: 1.15;
    font-size: var(--desk65px);
}
.genre-section h2{
    font-family: var(--sst-bold);
    font-weight: 900;
}
.speed-unlock-header h4{
    padding-bottom: 20px;
}
.speed-unlock-header h2{
     font-family: var(--sst-bold);
    line-height: 1.2;
    font-weight: 900;
}
.gear-title,
.resolution-unlock-header h2{
    font-family: var(--sst-bold);
    line-height: 1.2;
    font-weight: 900;
    padding-top: 10px;
}
.mobile-hide{
    display: block;
}
@media (max-width: 576px) {
    .gear-text {
        width: 76%;
    }
}
@media (max-width: 430px) {
    .mobile-hide{
        display: none;
    }
     .content-center h1 {
        font-size: 32px !important;
    }
    .arrow-down {
        margin-top: 5px;
    }
}