.custom-articles-section{grid-auto-columns:minmax(0,1fr);display:grid;gap:15px;background-color:#f8f7f2}.custom-articles-section .floating-controls-container{border-top:.5px solid #1a1818;padding-top:30px}.custom-articles-section .custom-articles__wrap{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,120px);grid-column-gap:30px;grid-row-gap:20px}@media screen and (max-width:768px){.custom-articles-section .custom-articles__wrap{grid-template-columns:1fr;grid-template-rows:250px 1fr}}.custom-articles-section .custom-articles__wrap-item-1{grid-area:1/1/4/2}@media screen and (max-width:768px){.custom-articles-section .custom-articles__wrap-item-1{grid-area:unset}}.custom-articles-section .custom-articles__wrap-item-2{grid-area:1/2/2/3}@media screen and (max-width:768px){.custom-articles-section .custom-articles__wrap-item-2{grid-area:unset}}.custom-articles-section .custom-articles__wrap-item-3{grid-area:2/2/3/3}@media screen and (max-width:768px){.custom-articles-section .custom-articles__wrap-item-3{grid-area:unset}}.custom-articles-section .custom-articles__wrap-item-4{grid-area:3/2/4/3}@media screen and (max-width:768px){.custom-articles-section .custom-articles__wrap-item-4{grid-area:unset}}.custom-article-card{height:100%}.custom-article-card__main{position:relative}.custom-article-card__main-text{position:absolute;right:20px;left:20px;bottom:20px}.custom-article-card__main-title{color:#fff}.custom-article-card__main-read.custom-article-card__read-more{color:#fff}.custom-article-card__read-more{color:#000;font-weight:400;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;display:inline-block;padding-bottom:4px;transition-duration:.2s;line-height:13px}.custom-article-card__read-more:hover{opacity:.8}.custom-article-card__line{display:grid;grid-template-columns:170px 1fr;gap:23px;height:100%}@media screen and (max-width:768px){.custom-article-card__line{grid-template-columns:150px 1fr;gap:15px}}.custom-article-card__line-img{height:120px}.custom-article-card__line-content{display:block;flex-direction:column;justify-content:flex-end;gap:15px}@media screen and (max-width:1149px){.custom-article-card__line-content{gap:5px}}.custom-article-card__line-title{color:var(--text-primary)}.custom-article-card__line-author{font-family:var(--label-font-family-new);text-transform:uppercase;font-size:9px;padding-top:20px;padding-bottom:15px;opacity:1;line-height:13px}@media screen and (max-width:1149px){.custom-article-card__line-author{padding-top:10px;padding-bottom:14px}}.custom-article-card__line img{height:100%}