#primeagile__41455 {
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: .2rem solid #ff0201;
    margin-bottom: 2rem;
    min-height: 12rem
}

h1#primeagile__41459 {
    font-size: 4rem;
    letter-spacing: -0.2rem;
    padding: 1rem
}

#primeagile__41467 {
    justify-content: center
}

.recent-news-container {
    display: flex;
    height: 5rem;
    gap: 2rem;
    text-decoration: none
}

#primeagile__41456 {
    width: 100vw
}

#pagelist {
    margin: 0 auto;
    width: 80vw;
}

#pagelist>div {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(20rem,1fr));
    place-items: center;
    place-content: center;
    width: 80vw;
    gap: 2rem;
}

#pagelist a {
    text-decoration: none;
}

.news-page-list-item {
     overflow: hidden;
    border-radius: .5rem;
    box-shadow: 0 2px 10px #76767640;
    width: 20rem;
    height: 28rem;
    display: grid;
    grid-template-rows: 10rem 6rem 7rem;
    transition: all .2s;
    margin:2rem 0 ;
}
.news-page-list-item::after {
    content:  "Read Complete Article";
    color: white;
    background: #e21219;
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 1rem;
    font-size: 0.8rem;
    height:3rem;
    font-weight: bolder;
}

.news-page-list-item:hover {
    background-color: #80808063
}
.news-page-list-item h2{
    font-size: 1.4rem;
    padding: 1rem;
    font-weight: bolder;
    color: #474747;
}
.news-page-list-item div {
    height: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.news-page-list-item p {
    color: #737373;
    padding: 1rem;
}

.news-sub-nav {
    display: flex;
    gap: 2rem;
    transform: translateY(1.3rem)
}

#primeagile__41471 #pagelist>div {
    width: 20rem;
    gap: 5px; 
}

.news-sub-nav a {
    text-decoration: none !important;
    color: black
}

.breadcrumb {
    justify-content: flex-end;
    transform: translateY(-0.3rem)
}

@media only screen and (max-width: 600px) {
    .news-sub-nav {
        transform:translateY(3rem)
    }

    h1#primeagile__41459 {
        font-size: 2rem
    }

    .news-page-list-item div img {
        transform: translateY(1rem)
    }

    .breadcrumb {
        transform: translateY(-1rem)
    }
}

.recent-news-container {
    display: grid;
    grid-template-columns: 5rem 1fr;
    width: 20rem;
    place-items: flex-start;
    gap: 1rem;
}

.recent-news-container img {
    width: 5rem;
    border-radius: 5px;
}

.recent-news-container h2 {
    font-size: 1rem;
    width: 100%
}
