main .hiro .cont {
    display: none;
}

main .hiro {
    min-height: 12vh !important;
    background: #393073;
}

main .hiro header {
    position: relative;
    z-index: 500;
}

main .hiro .animated-bg {
    display: none;
}
.header {
    background: #393073;
    color: white;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* news */
.news-section {
    padding: 2rem 0rem;
}

/* Header  */
.news-section .news-header .news-title {
    color: #000;
    font-weight: 800;
}

.news-section .news-header .news-date {
    color: #383172;
}

/* Images Gallery  */
.news-section .news-images {
    margin: 42px 0rem;
    color: #383172;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0rem;
    row-gap: 1rem;
}
.news-section .news-images .image {
    padding: 0rem;
}

.news-section .news-images .image img {
    width: 92%;
    display: inline-block;
    height: 375px;
    border-radius: 1rem;
}

/* Content  */
.news-section .news-content {
    line-height: 1.8;
}

/* Government Logos  */
.gov-logos {
    margin: 42px 0rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.gov-logos .image {
    width: 180px;
    height: auto;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 1rem;
}

/* Action Buttons  */
.action-buttons {
    margin: 42px 0rem;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.action-buttons {
}

@media (max-width: 450px) {
    /* Header  */
    .news-section .news-header .news-title {
        color: #000;
        font-weight: 800;
        font-size: 1rem;
    }

    /* Images Gallery  */
    .news-section .news-images {
        margin: 25px 0rem;
        color: #383172;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 0rem;
        row-gap: 1rem;
    }
    .news-section .news-images .image {
        padding: 0rem;
    }

    .news-section .news-images .image img {
        width: 100%;
        display: inline-block;
        height: 375px;
        border-radius: 1rem;
    }

    .gov-logos .image {
        width: 47%;
        height: auto;
        background-color: #fff;
        padding: 0.5rem;
        border-radius: 1rem;
    }

    /* Action Buttons  */
    .action-buttons {
        margin: 42px 0rem;
        margin-top: 60px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .action-buttons {
    }
}
