.hero-section{max-width:1600px;margin:0 auto;width:100%}.hero-section .hero__wrapper{position:relative;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;gap:1rem;flex-wrap:wrap;height:55vh}@media(max-width:900px){.hero-section .hero__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;height:auto}}.hero-section .hero__block-item{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:row;width:100%;height:100%}.hero-section .hero__block-item--large{flex:3 1}.hero-section .hero__block-item--small{flex:6 1;gap:1rem;flex-wrap:wrap}@media(max-width:900px){.hero-section .hero__block-item--small{flex-direction:column;overflow:hidden}.hero-section .hero__block-item--large{height:425px;flex:unset}}@media(max-width:480px){.hero-section .hero__block-item--large{height:300px}.hero-section .hero__block-item--large .article-item__image-container{min-height:50%}}.hero-section .hero__grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,minmax(320px,1fr));width:100%;height:100%}