.blog-feed__container{padding-bottom:3rem}.blog-feed__header{align-items:center;display:flex;justify-content:space-between}.blog-feed-header__text{flex:0 1 auto}.blog-feed-header__links{flex:0 1 auto;padding-left:1.5rem}.blog-feed__item{display:flex;flex-wrap:wrap}.blog-feed__item>a{border:0;border-radius:8px;color:inherit;display:flex;flex:0 1 100%;flex-wrap:wrap;padding:1rem;text-decoration:none;transition:all .3s ease}.blog-feed__item>a:hover{background:#dbf0e7}.blog-feed-item__image{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;border-radius:8px;flex:0 1 100%;height:16rem;margin-bottom:2rem}.blog-feed-item__content .h4{display:flex;gap:1rem;justify-content:space-between}.blog-feed-item__content>time{margin-bottom:1rem}.blog-feed-item__tags{display:flex;flex-wrap:wrap;gap:10px}.blog-feed__tag{align-items:center;background:var(--VG-white-green);border-radius:48px;color:var(--VG-medium-green);display:flex;font-size:14px;font-style:normal;font-weight:600;gap:8px;justify-content:center;line-height:20px;padding:4px 12px}@media screen and (max-width:767px){.blog-feed__header{flex-wrap:wrap;margin-bottom:1rem}.blog-feed-header__links{padding-left:0;padding-top:1.5rem}}