.hero-section{display:flex;margin:3vw;flex-direction:column}.hero-section__top{display:flex;justify-content:space-between;align-items:center;z-index:0}.hero-section__top-right{display:flex;justify-content:center;width:60vw;height:30vw}.hero-section__top-right img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.hero-section__top-left{color:var(--secondary-color-4);width:40vw}.hero-section__top-left p{font-size:1.7vw;width:30vw;line-height:2.6vw;margin-bottom:2vw}.hero-section__top-left p span{color:#fff}.hero-section__top-left div{display:flex;justify-content:flex-start;gap:1vw;align-items:center}.hero-section__bottom{display:flex;justify-content:center;align-items:center}.hero-section__bottom svg{opacity:.5;width:5vw;height:5vw;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}@media only screen and (max-width:700px){.hero-section{margin:3vw;overflow-x:clip}.hero-section,.hero-section__top{display:flex;flex-direction:column}.hero-section__top{justify-content:space-between;align-items:center;margin:0}.hero-section__top-right{display:flex;justify-content:center;width:100%;height:40vw}.hero-section__top-right img{width:100%}.hero-section__top-left{color:var(--secondary-color-4);margin-bottom:10vw;margin-top:10vw;width:100%}.hero-section__top-left p{font-size:5vw;width:100%;line-height:7vw;margin-bottom:10vw}.hero-section__top-left p span{color:#fff}.hero-section__top-left div{display:flex;justify-content:flex-start;gap:5vw;align-items:center}.hero-section__bottom{display:flex;justify-content:center;align-items:center;margin-top:15vw}.hero-section__bottom svg{opacity:.5;width:10vw;height:10vw;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}}