.newsroom_container{max-width:900px;padding-bottom:30px;display:block;margin:auto}
.newsroom_headSection{padding:10px 20px}
.newsroom_headSection .newroom_title{font-size:54px;line-height:54px;color:#453e3c;font-weight:800;padding-bottom:30px}
.newsroom_headSection .newsroom_desc{font-size:16px;line-height:26px;font-weight:400;color:#6a6563;padding-bottom:15px}
.newsroom_list{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px}
.newsroom_list .newsroom_card{max-width:420px;background:#f8fbff}
.newsroom_image-holder{display:flex;padding:10px 15px}
.newsroom_list .news_image{width:70px;height:70px}
.newsroom_list .news_title{font-size:24px;line-height:36px;font-weight:700;padding-left:20px;color:#453e3c;word-break:break-word;align-self:center}
.newsroom_list .news_description{font-size:16px;line-height:24px;font-weight:400;padding:5px 20px 15px 30px;color:#453e3c}
@media screen and (max-width:870px){.newsroom_headSection .newroom_title{font-size:28px;line-height:36px;font-weight:600;padding-bottom:15px}
.newsroom_headSection .newsroom_desc{font-size:12px;font-weight:400;line-height:18px;padding-bottom:0}
.newsroom_list{justify-content:center;padding:0 15px}
.newsroom_list .newsroom_card{max-width:100%}
.newsroom_list .news_image{width:50px;height:50px}
.newsroom_list .news_title{font-size:18px;line-height:24px;font-weight:600;padding-left:10px}
.newsroom_list .news_description{font-size:12px;line-height:22px;font-weight:400}
}