section.featured-card .card{position:relative}section.featured-card .card:before{content:"";display:block;position:absolute;width:calc(100% - 30px);height:1px;top:30px;left:15px;background:rgba(38,34,45,0.1)}@media (max-width:767px){section.featured-card .card:before{display:none}}section.featured-card .card:after{content:"";display:block;position:absolute;width:calc(100% - 30px);height:1px;bottom:30px;left:15px;background:rgba(38,34,45,0.1)}@media (max-width:767px){section.featured-card .card:after{left:10px;width:calc(100% - 20px)}}section.featured-card .card+.card{border:0;margin-top:-30px}section.featured-card .card .f--h4{margin-bottom:5px}section.featured-card .card .title{max-width:calc(500 / var(--size) * var(--size-end))}@media (max-width:767px){section.featured-card .card .title{max-width:100%}}section.featured-card .card .author{font-size:14px}section.featured-card .card .thumb{height:100%}section.featured-card .card .flex{padding-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;max-width:calc(600 / var(--size) * var(--size-end))}@media (max-width:1023px){section.featured-card .card .flex{padding-top:30px}}@media (max-width:767px){section.featured-card .card .flex{max-width:100%;height:auto;height:initial;padding-top:20px}}section.featured-card .card .bottom{padding-bottom:30px}