:root{--row-gap:20px;--column-gap:10px}.top-header-wrapper{align-items:center;display:flex;justify-content:center;padding-bottom:2em;width:100%}.top-header{display:inline-block;font-weight:700;position:relative;text-align:center}.top-header:before{right:110%}.top-header:after,.top-header:before{background:#cecece;content:"";height:1px;position:absolute;top:50%;width:30vw}.top-header:after{left:110%}.top-rss-wrapper{margin:0 auto;max-width:1140px;padding:1em}.top-rss{flex-flow:row wrap;gap:var(--row-gap) var(--column-gap)}.top-rss,.top-rss .card-post-wrapper{box-sizing:border-box;display:flex;justify-content:space-between}.top-rss .card-post-wrapper{align-items:flex-start;background:#eee;border-radius:.5em;flex:0 1 calc(33% - var(--column-gap)*2);flex-direction:column;padding:1em 1em 2em}.top-rss .card-post-wrapper a{color:#063246;margin-top:1em}.top-rss .card-post-wrapper p{font-style:none;font-weight:300}.top-rss .blog-card-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.5em;height:15vh;margin-bottom:1em}.top-rss .top-read-more{border:2px solid #24a599;border-radius:50px;color:#24a599!important;display:inline-block;font-weight:700;padding:1em 2em}@media only screen and (max-width:600px){.top-rss .card-post-wrapper{flex:0 1 100%}.top-header:after,.top-header:before{width:10vw}}