.blog-most-read__grid{display:grid;gap:24px;grid-template-columns:1fr 1fr;position:relative}@media (max-width:767px){.blog-most-read__grid{grid-template-columns:1fr}}.blog-most-read__post{background:#fff;border:1px solid #dedede;border-radius:4px;display:none;height:auto;margin-bottom:1px;position:relative;width:100%}.blog-most-read__post.active{display:block}.blog-most-read__post .image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.blog-most-read__post .image__container{height:192px;position:relative;width:100%;z-index:0}.blog-most-read__post .image__container .tags-list{left:22px;position:absolute;top:0;z-index:1}.blog-most-read__post .image__container .tags-list__item{background:#324d98;border-radius:0 0 8px 8px;color:#fff;display:inline-block;font-size:12px;font-weight:700;padding:5px 40px 8px}.blog-most-read__post .content{display:flex;flex-direction:column;height:fit-content;justify-content:space-between;padding:17px 22px 13px;position:relative}.blog-most-read__post .content .title{color:#2a2a2a;font-size:16px;font-weight:700;margin-bottom:12px;position:relative}@media (max-width:768px){.blog-most-read__post .content .title{line-height:17px}}.blog-most-read__post .content .text{color:#a8a8a8;font-size:14px;line-height:133.885%;margin-bottom:24;text-align:justify}.blog-most-read__post .content .footer{border-top:1px solid #e9e9e9;column-gap:35px;display:flex;padding-top:13px;position:relative}@media (max-width:768px){.blog-most-read__post .content .footer{flex-direction:column;row-gap:10px}}.blog-most-read__post .content .footer .author,.blog-most-read__post .content .footer .comments,.blog-most-read__post .content .footer .time{align-items:center;color:#a8a8a8;display:flex;font-size:12px;text-transform:capitalize}.blog-most-read__post .content .footer .author a,.blog-most-read__post .content .footer .comments a,.blog-most-read__post .content .footer .time a{color:inherit}.blog-most-read__post .content .footer .author .icon,.blog-most-read__post .content .footer .comments .icon,.blog-most-read__post .content .footer .time .icon{color:#000;height:15px;margin-right:10px;width:auto}.blog-most-read__post .content .footer .icon-right{height:auto;position:absolute;right:0;top:80%;transform:translateY(-60%);width:30px}@media (max-width:768px){.blog-most-read__post .content .footer .icon-right{top:60%;transform:translateY(-40%)}}.blog-most-read__post .content .link{height:100%;left:0;position:absolute;top:0;width:100%}.blog-most-read__load-more{background:#fff;border:1px solid #000;margin-top:0;padding:8px 40px;width:fit-content}.blog-most-read__load-more--container{display:flex;justify-content:center;margin-top:44px;width:100%}