.bg_feeds {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #368bc9 0%, #195398 100%);
    z-index: -50;
}

.container_sect1 {
    margin: 30px auto 50px;
    text-align: left;
}

.container_sect1 .row:first-of-type{
    margin-bottom: 40px;
}

.feeds-title {
    margin-top: 30px;
    padding: 0;
}

.feeds-title li {
    display: inline;
    color: #002653;
    font-family: "Fira Sans";
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 5px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.feeds-title li:first-of-type:after{
    content: '|';
    color: #002653;
    padding-left: 10px;
}

.feeds-title li:hover {
    color: #FFE40F;
}

.feeds-title .active {
    color: #FFE40F;
}

.feed-entry {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 12px 0;
    margin: 6px 0;
    font-family: "Fira Sans";
}

.feed-entry .feed-date {
    color: #002653;
    font-size: 13px;
}

.feed-entry .title {
    color: #FFE40F;
    text-transform: capitalize;
    margin: 0 auto 5px;
}

.feed-entry .title a{
    text-decoration: none;
    color: #FFE40F;
    font-size: 18px;
}

.feed-entry .title a:hover{
    color: #fff;
}

.feed-entry .description {
    color: #fff;
}