.featured__posts_wrapper{display:grid;grid-template-columns:50% 50%}.featured__post{height:fit-content}.featured__post a{text-decoration:none}.featured__post:first-child{padding-right:15px}.featured__post:nth-child(2){padding-left:15px}.featured_post__img{aspect-ratio:1.88;max-height:300px;overflow:hidden;width:100%}.featured_post__img img{height:100%;object-fit:cover;width:100%}.featured_post__meta{display:flex;justify-content:space-between;padding:20px 0}.featured_post__tags{display:flex;gap:20px}.featured_post__tags .post_tag{position:relative}.featured_post__tags .post_tag:after{background-color:#fff;bottom:0;content:"";height:.5px;left:0;position:absolute;width:100%}.featured_post__title h3{font-size:20px;margin-bottom:20px;position:relative;text-transform:capitalize;width:fit-content}.featured_post__excerpt{padding-bottom:20px}.featured_post__excerpt p{margin:0;padding:0}.featured_post__cta,.featured_post__meta{font-size:12px;position:relative;text-transform:uppercase}.featured_post__cta:hover:after{animation:grow .3s ease-out forwards;background-color:#fff;bottom:-7px;content:"";height:1px;left:0;position:absolute;width:100%}.featured_post__cta{padding-top:20px}.featured_post__cta_text{padding-right:7px}.featured_post__extra_meta{display:flex;gap:10px}@media only screen and (max-width:800px){.featured__posts_wrapper{grid-template-columns:1fr;row-gap:40px}.featured__posts_wrapper .featured__post{padding-left:0!important;padding-right:0!important}}@keyframes grow{0%{width:0}to{width:100%}}