@charset "utf-8";
/* CSS Document */
/* Mobile */
@media screen and (max-width: 768px) {
    .hero {
        padding: 40px 10px;
    }

    .hero p {
        font-size: 1rem;
    }
}