section.bl-news-listing-module{background-color:#faf9f9;overflow:hidden;position:relative;z-index:1}section.bl-news-listing-module .wrapper{display:flex;flex-wrap:wrap;gap:40px;width:100%}section.bl-news-listing-module .wrapper-main{width:calc(50% - 40px)}section.bl-news-listing-module .wrapper-side{display:flex;flex-direction:column;gap:20px;justify-content:space-between;width:50%}section.bl-news-listing-module .main-post,section.bl-news-listing-module .post{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:flex-start}section.bl-news-listing-module .main-post figure,section.bl-news-listing-module .post figure{border-radius:8px;height:100%;max-height:360px;overflow:hidden}section.bl-news-listing-module .main-post figure img,section.bl-news-listing-module .post figure img{aspect-ratio:60/36;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}section.bl-news-listing-module .main-post .title,section.bl-news-listing-module .post .title{margin-top:16px}section.bl-news-listing-module .main-post .description,section.bl-news-listing-module .post .description{margin-top:8px}section.bl-news-listing-module .main-post .infos,section.bl-news-listing-module .post .infos{align-items:center;display:flex;flex-wrap:wrap;gap:8px 16px}section.bl-news-listing-module .main-post .tags,section.bl-news-listing-module .post .tags{display:flex;flex-wrap:wrap;gap:8px}section.bl-news-listing-module .main-post .tags span,section.bl-news-listing-module .post .tags span{border-radius:200px;display:inline-block;font-size:14px;font-weight:500;line-height:20px;padding:4px 12px;text-align:center}section.bl-news-listing-module .main-post .time,section.bl-news-listing-module .post .time{color:#4d6b7f}section.bl-news-listing-module .main-post .date,section.bl-news-listing-module .post .date{color:#4d6b7f;margin-right:25px;position:relative}section.bl-news-listing-module .main-post .date:before,section.bl-news-listing-module .post .date:before{background-color:#4d6b7f;border-radius:50%;content:"";height:4px;position:absolute;right:-15px;top:50%;transform:translateY(-50%);width:4px}section.bl-news-listing-module .main-post:hover figure img,section.bl-news-listing-module .post:hover figure img{transform:scale(1.05)}section.bl-news-listing-module .main-post:hover span.btn:before,section.bl-news-listing-module .post:hover span.btn:before{opacity:1}section.bl-news-listing-module .main-post:hover span.btn:after,section.bl-news-listing-module .post:hover span.btn:after{background-color:#5595ac}section.bl-news-listing-module .post{display:grid;gap:16px 24px;grid-template-areas:"image tags" "image content";grid-template-columns:275px 1fr;grid-template-rows:auto 1fr}section.bl-news-listing-module .post figure{border-radius:8px;grid-area:image;height:100%;max-height:165px;min-width:275px;overflow:hidden;width:275px}section.bl-news-listing-module .post figure img{aspect-ratio:275/165;height:100%;object-fit:cover}section.bl-news-listing-module .post .title{margin:0}section.bl-news-listing-module .post .infos{align-items:flex-start;flex-direction:column;grid-area:tags}section.bl-news-listing-module .post .content{grid-area:content}@media (max-width:992px){section.bl-news-listing-module .wrapper{gap:32px}section.bl-news-listing-module .wrapper-main{width:100%}section.bl-news-listing-module .wrapper-side{flex-direction:row;flex-wrap:wrap;gap:32px;width:100%}section.bl-news-listing-module .post{display:grid;gap:16px 24px;grid-template-areas:"image" "tags" "content";grid-template-columns:1fr;grid-template-rows:auto auto auto;width:calc(50% - 16px)}section.bl-news-listing-module .post figure{max-height:200px;max-width:100%;min-width:unset;width:auto}section.bl-news-listing-module .post .infos{align-self:center}}@media (max-width:768px){section.bl-news-listing-module .wrapper{gap:20px}section.bl-news-listing-module .wrapper-main{width:100%}section.bl-news-listing-module .wrapper-side{flex-direction:column;gap:32px;width:100%}section.bl-news-listing-module .post{display:grid;gap:16px 16px;grid-template-areas:"image tags" "content content";grid-template-columns:1fr 1fr;grid-template-rows:auto auto;width:100%}section.bl-news-listing-module .post figure{max-height:200px;max-width:100%;min-width:unset;width:auto}section.bl-news-listing-module .post .date{margin-right:15px}section.bl-news-listing-module .post .date:before{right:-10px}section.bl-news-listing-module .post .infos{align-self:center}section.bl-news-listing-module .post .infos-sec{display:flex}section.bl-news-listing-module .post .infos-sec span{white-space:nowrap}}