.fsl {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.this_text {
    display: none;
}

@media(max-width:1024px) {
    .fsl {
        font-size: 16px;
        margin-top: 10px;
    }
}