/* responsive  untuk mobile  */
@media (max-width: 768px) {
    .text-h1{
        font-size: 42px !important;
    }
    .text-h2{
        font-size: 2.25rem !important;
    }
    .p1{
        font-size: 16px !important;
    }
}