
@media only screen and (max-width: 1368px)
{
    .no1366
    {
        display: none;
    }
    .on1366
    {
        display: inherit!important;
    }
    .title-white
    {
        
    font-size: 40px;
    line-height: 48px;
    }
    .text-white
    {
        
    font-size: 19px;
    line-height: 25px;
    }
}