.articles_list{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:20px;grid-row-gap:48px;}.articles_list .item{display:grid;grid-template-columns:100%;grid-row-gap:20px;align-content:flex-start;}.articles_list .item a{text-decoration:none;}.articles_list .item .image{border-radius:8px;overflow:hidden;}.articles_list .item .image a img{border-radius:8px;overflow:hidden;min-height:182px;}.articles_list .item .name a{font-family:Lato;font-style:normal;font-weight:bold;font-size:18px;line-height:27px;color:#000;}.articles_list .item .el_section a{display:inline-block;height:26px;padding:2px 10px;background:#ebebed;border-radius:16px;font-family:Mulish;font-style:normal;font-weight:bold;font-size:12px;line-height:20px;letter-spacing:-0.02em;color:#000;}@media (max-width: 1199px){.articles_list{grid-template-columns:repeat(2,1fr);grid-row-gap:40px;}}@media (max-width: 639px){.articles_list{grid-template-columns:100%;}.articles_list .item .image a img{width:100%;}}