.custom-text{
    font-size: 18px;
}

@media (max-width: 768px) {
    .custom-text{
        font-size: 16px;
    }
}