.fs1{
    font-size: 24px !important;
}
@media screen and (max-width: 768px) {
.fs1{
    font-size: 20px !important;
    line-height: 30px;
}
}