.my-title{
    font-size: 30px;
}
@media (max-width: 768px) {
    .my-title{
        font-size: 13px;
    }
}
