.two-col-container .text h2 {
    text-align: left !important;
}

.text .content {
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text .content small {
    font-size: .7rem;
}

.text .content h2 {
    margin: 0;
}

.text.no-img {
    width: 100%;
    justify-content: left;
    align-items: flex-start;
}

.featured-article-body p {
    margin: 0;
    padding: 0;
}

.all-articles-container, .articles-wrapper {
    gap: 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    align-items: center;
    justify-content: center;
}

.pagination-container {
    gap: 1rem;
    margin-top: 30px;
    width: 100%;
    display: flex;
    max-width: 1400px;
    align-items: center;
    justify-content: center;
}

.pagination {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    align-items: center;
    justify-content: center;
}
.pagination a {
    color: var(--oldbrick-red);
    font-weight: bold;
}
.pagination .current {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1px;
    color: var(--deep-aqua);
}

@media (min-width: 1060px) {
    .banner {
        background-position-y: -200px !important;
    }
}