section#press-releases {
    background: transparent linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%);
    padding-bottom: 7rem !important;
}

div#v-pills-tab .nav-link {
    background: transparent;
    border-bottom: 1px solid #C8CCD1;
    font-size: 20px;
    padding: 20px 0;
    text-align: start;
    color: #003164;
    border-radius: 0;
    padding-left: 30px;

}

div#v-pills-tab .nav-link.active {
    background: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    /* border-radius: 20px 0px 0px 0px; */
}

div#v-pills-tab .nav-link.active:first-child {

    border-radius: 20px 0px 0px 0px;
}

div#v-pills-tab .nav-link i {
    display: none;
    color: #003164;
    padding-right: 20px;
}

div#v-pills-tab .nav-link.active i {
    display: block;
    font-size: 20px;
}

div#nav-tabContent {
    background: #F4F4F4;
    border-radius: 0px 10px 10px 10px;
    padding: 20px;
}

div#nav-tab {
    border: none;
    gap: 0.5rem;
}

div#nav-tab button.nav-link.active {
    color: #000000;
    background: #F4F4F4;
}

div#nav-tab button.nav-link {
    border: none;
    color: #80A4ED;
    font-size: 18px;
    font-weight: 500;
    background: #EEEEFF;
    border-radius: 10px 10px 0px 0px;
}

div#nav-tabContent .tab-pane.active {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 3rem;
}

section#press-releases .tab-pane.active {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 3rem;
    row-gap: 3rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

section#press-releases .tab-pane {
    background-color: #FFFFFF;
}

.press-release-post-wrapper:not(:last-of-type) {
    position: relative;
}

.press-release-post-wrapper:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1px;
    height: 50%;
    background-color: #C8CCD1;
    transform: translateY(-50%);
}

section#press-releases .tab-pane h1 {
    color: #000000;
    padding: 0;
}

/* section#press-releases .category-tab-content .press-release-post-wrapper .post-thumbnail:not(.category-tab-content div#content-1 .post-thumbnail) {
    display: none;
} */