@media (max-width: 1300px) {
    .page-section {
        width: 90%;
        max-width: none;
    }
}
@media (max-width: 1200px) {
    .article-box-header {
        height: 85px;
    }
}
@media (max-width: 1100px) {
    .page-header {
        font-size: 35px;
    }
    .page-part {
        padding-top: 5rem;
    }
    
}
@media (max-width: 990px) {
    .page-section.hero {
        flex-direction: column;
        gap: 2rem;
    }
    .hero-img-box {
        order: 1;
    }
    .hero-text {
        order: 2;
        text-align: center;
    }
    .page-header-sub-text, #search-input {
        max-width: none;
    }
    .hero-img-wrapper {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 980px) {
    .hero-section {
        padding: 3rem 1rem;
    }
}
@media (max-width: 930px) {
    .article-row {
        flex-direction: column;
    }
    .article-box {
        max-width: none;
        width: 100%;
        display: flex;
    }
    .article-box-img {
        width: 200px;
        min-width: 200px;

    }
    .article-box-header {
        height: auto;
    }
}
@media (max-width: 900px) {
    .latest-info-wrapper {
        width: 75%;
    }
}
@media (max-width: 800px) {
    .latest-info-wrapper {
        width: 90%;
    }
}
@media (max-width: 650px) {
    .latest-info-wrapper {
        width: 90%;
    }
}
@media (max-width: 620px) {
    .latest-article-wrapper {
        flex-direction: column;
    }
    .latest-img-wrapper {
        width: 100%;
        height: 250px;
    }
    .latest-info-wrapper {
        width: 100%;
    }
    .latest-article-wrapper {
        max-height: none;
        height: auto;
    }
}
@media (max-width: 500px) {
    .page-part {
        padding-top: 2.5rem;
    }
    .page-h2 {
        font-size: 25px;
    }
}
@media (max-width: 480px) {
    .article-box-img {
        width: 100px;
        min-width: 100px;
        height: 100px;
        border-radius: 5px;
    }
    .article-box {
        align-items: flex-start;
        box-shadow: none;
        border-bottom: 2px solid #ccc;
        border-radius: 0;
        padding: 20px 0;
    }
    .article-box-header {
        font-size: 18px;
    }
    .article-box-info {
        padding-top: 0;
        padding-right: 0;
    }
    .read-time {
        font-size: 12px;
    }
    .read-time img {
        width: 10px;
    }
}
@media (max-width: 380px) {
    .hero-img-wrapper {
        width: 170px;
        height: 170px;
    }
}
