@charset "utf-8";
/* CSS Document */
/* Mobile */
@media screen and (max-width: 768px) {
    .package-hero {
        margin-bottom: 30px;
    }

    .package-subtitle {
        font-size: 1.05rem;
    }

    .package-grid {
        grid-template-columns: 1fr;
    }

    .package-grid .card {
        min-height: auto;
    }
}