.rssfeed{
    /* border: #ddd solid 1px;
    border-radius: 5px;
    background-color: #fff; */
    color: #292F33;
    /* height: 660px; */
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
 }
@media screen and (max-width: 851px) {
    .rssfeed {
        display: flex;
        flex-wrap: wrap;
        /* overflow: hidden;
        overflow-y: scroll; */
    }
}
  @media screen and (max-width: 768px) {
    .rssfeed {
        display: unset;
        flex-wrap: unset;
        /* overflow: hidden;
        overflow-y: scroll; */
    }
}
 .rssfeed a{
    color: #292F33 !important;
 }
 .rssfeed a:hover{
    color: #292F33 !important;
 }
 div.timeline-rss{
     background-color: #fff;
     border-bottom: #e2e9ec solid 1px;
     padding:1em 1.5em;
     margin: 0.5em 1%;
     width: 31.333%;
     border: solid 1px #ccc;
 }
 @media screen and (max-width: 768px) {
    div.timeline-rss {
        width: 90% !important;
        height: auto;
        margin: 0 auto 0.5em;
    }
}
 @media screen and (max-width: 851px) {
    div.timeline-rss {
        width: 48%;
        height: auto;
        margin: 0 auto 0.5em;
    }
}
 .timeline-rss:hover{
     background-color: rgb(235, 235, 235);
 }
 .timeline-rss div{
     margin: 0.5em 0;
 }
 .img-rss{
     text-align: center;
 }
 .img-rss img{
     max-width: 100%;
     height: 170px;
     object-fit: cover;
 }
 .timeline-rss a{
     /* display: inline-block; */
 }
 .timeline-rss a:hover{
     color: #292F33;
 }
 .date-rss{
     font-size: small;
 }
 .title-rss{
     font-weight: bold;
 }
 .text-rss{
     font-size: 14px;
     line-height: 18px;
 }
 .see-more{
     text-align: center;
 }
 .see-more a{
     display: block;
     margin: 0.5em 0;
     font-size: 14px;
 }