.hero-section{position:relative;padding:220px 0;overflow:hidden}.hero-section__background{position:absolute;left:0;top:0;width:100%;height:100%}.hero-section__background img{width:100%;height:100%;object-fit:cover}.hero-section__background:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(21,22,27,0),#15161B);z-index:1}.hero-section__wrapper{position:relative;display:flex;flex-direction:column;align-items:center;z-index:2}.hero-section__title{text-align:center;width:100%;margin:0 auto}.hero-section__description{margin-top:25px;text-align:center}.hero-section__scroll{position:relative;display:flex;flex-direction:column;align-items:center;margin-top:65px;font-size:12px;text-transform:uppercase}.hero-section__scroll,.hero-section__scroll svg{transition:all .3s ease}.hero-section__scroll:hover{color:#fff}.hero-section__scroll:hover svg{transform:translateY(15%)}