.container {
    max-width: 100% !important;
    padding: 0 1rem !important;
}

.site-header .container {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem !important;
}

.logo-header img {
    width: 180px !important;
    height: auto;
}

.navigation-bar {
    padding: 0;
    margin: 0;
    text-align: center;
}

.card-container {
    grid-template-columns: 2fr !important;
    padding: 1rem !important;
    gap: 1rem;
}

.card {
    width: 100% !important;
    height: auto !important;
}

.card-cover {
    height: 200px !important;
}

.card-title {
    font-size: 1.4rem !important;
}

.card-description {
    font-size: 1rem !important;
}

.post-container,
.work-container,
.legalpolicy {
    padding: 1rem !important;
    font-size: 1.1rem !important;
}

.post-list a {
    font-size: 1rem !important;
}

.footer {
    padding: 1rem !important;
    font-size: 1rem !important;
}

@media (max-width: 480px) {

    .logo-header img {
        width: 140px !important;
    }

    .navigation-bar li {
        font-size: 1.2rem !important;
    }

    .card-cover {
        height: 160px !important;
    }

    .card-title {
        font-size: 1.3rem !important;
    }

    .card-description {
        font-size: 0.95rem !important;
    }
}