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