.m-blog-feed{max-width:1300px}.m-blog-feed__tabs__nav{border-bottom:1px solid #ddd;display:flex;flex-wrap:wrap;gap:1.5rem;list-style:none;margin-bottom:1rem;padding-left:0}.m-blog-feed__tabs__nav li{border-bottom:1px solid #ddd;color:#555;cursor:pointer;font-weight:500}.m-blog-feed__tabs__nav li.active{border-bottom:2px solid var(--primary-color);color:#111;font-weight:600}.m-blog-feed__top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:20px 0}.m-blog-feed__top__left{display:flex;flex-direction:column;width:80%}.m-blog-feed__top__left__content{max-width:800px}.m-blog-feed__content__link__avatar,.m-blog-feed__content__publish-date{align-items:center;display:flex;gap:5px}.m-blog-feed__card{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start;margin:auto;max-width:1250px}.m-blog-feed__card__card{background-color:#fff;display:flex;flex-direction:column;width:calc(33.33333% - 20px)}.m-blog-feed__card__img{width:100%}.m-blog-feed__card__img img{background-position:50%;background-size:cover;height:230px;object-fit:cover;width:100%}.m-blog-feed__card__content{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:space-between;padding:24px}.m-blog-feed__content__tag-date{align-items:center;display:flex;justify-content:flex-start}.m-blog-feed__content__tag a{font-size:var(--base-font)}.m-blog-feed__content__title{align-items:flex-start;display:flex;font-weight:600;justify-content:flex-start}.m-blog-feed__content__title a{font-size:var(--font-large);font-weight:700}.m-blog-feed__content__content{flex-grow:2}.m-blog-feed__content__content p{font-size:var(--base-font)}.m-blog-feed__content__link{align-items:flex-end;padding-top:.5rem}.m-blog-feed__content__link .blog-post__meta{margin-bottom:0}.m-blog-feed__card__card .m-blog-feed__card__img,.m-blog-feed__card__card .m-blog-feed__card__img img{width:100%}.m-blog-feed__card__card .card__content,.m-blog-feed__card__card .m-blog-feed__card__content{height:100%;width:95%}.m-blog-feed .card__card .card__img,.m-blog-feed__card__card .m-blog-feed__card__card__img img{height:180px;width:100%}@media (max-width:1100px){.m-blog-feed__card__card{width:calc(50% - 10px)}.m-blog-feed__card{justify-content:flex-start;width:100%}.m-blog-feed__top__left__title h2{font-size:43px}.m-blog-feed__top{align-items:flex-start;flex-direction:column}}@media screen and (max-width:768px){.m-blog-feed__card__img img{height:100%}.m-blog-feed__card__card{width:calc(100% - 10px)}.m-blog-feed__top{flex-direction:column;padding:10px 0 30px}.m-blog-feed__top,.m-blog-feed__top__left{justify-content:center}}@media screen and (max-width:500px){.m-blog-feed__card__card,.m-blog-feed__card__card .m-blog-feed__card__content{width:100%}}