.blog-feed-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.blog-feed{display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.blog-feed__col-two{display:grid;gap:15px;grid-auto-rows:1fr}.blog-feed__col-two .blog-listing__post{width:100%}.blog-feed__col-one .blog-listing__post{height:100%}.blog-feed__col-one .blog-listing__post__image{height:50%;position:relative;width:100%}.blog-feed__col-one .blog-listing__post__image img{height:100%;object-fit:cover;width:100%}.blog-feed__col-one .blog-listing__post__image__tag{bottom:40px;color:var(--white);left:40px;position:absolute;z-index:2}.blog-feed__col-one .blog-listing__post__content{height:50%;padding:40px}.blog-feed .blog-feed__col-one .blog-listing__post__link-text{left:43px}.blog-feed__col-two .blog-listing__post{flex-direction:row;justify-content:space-between}.blog-feed__col-two .blog-listing__post__image{height:100%;width:40%}.blog-feed__col-two .blog-listing__post__image img{height:100%;object-fit:cover;width:100%}.blog-feed__col-two .blog-listing__post__image__tag{display:none}.blog-feed__col-two .blog-listing__post__content{padding:20px 20px 35px;width:58%}.blog-feed__col-two .blog-listing__post .blog-listing__post__content__top h3{font-size:24px}.blog-feed__col-two .blog-listing__post .blog-listing__post__content__top p{display:none}.blog-feed .blog-feed__col-two .blog-listing__post__link-text{left:23px}@media (min-width:1225px){.blog-feed .blog-listing__post .blog-listing__post__link-text{opacity:0}.blog-feed .blog-listing__post:hover .blog-listing__post__link-text{opacity:1}}@media (max-width:1224px){.blog-feed{grid-template-columns:1fr}.blog-feed .blog-listing__post__image{height:300px}.blog-feed__col-one .blog-listing__post{height:auto}.blog-feed__col-two .blog-listing__post{flex-direction:column}.blog-feed__col-two .blog-listing__post__content,.blog-feed__col-two .blog-listing__post__image{width:auto}.blog-feed__col-one .blog-listing__post__content,.blog-feed__col-two .blog-listing__post__content{padding:30px 30px 50px!important}.blog-feed__col-one .blog-listing__post__image__tag{left:30px}.blog-feed-wrapper .blog-listing__post .blog-listing__post__link-text{opacity:1}}@media (max-width:767px){.blog-feed .blog-listing__post__image{height:200px}.blog-feed .blog-feed__col-one .blog-listing__post__content,.blog-feed .blog-feed__col-two .blog-listing__post__content{padding:40px 20px}}