.hero{background:var(--secondary-color);padding:55px 20px}.hero__container{align-items:center;display:flex;gap:120px;justify-content:space-between}.hero__content,.hero__content h1,.hero__content h2,.hero__content h3,.hero__content h4,.hero__content h5,.hero__content h6{color:#fff}.hero__image-wrapper{align-items:center;border-radius:50%;display:flex;flex:420px 0 0;height:500px;justify-content:center;position:relative;width:420px}.hero__image{border-radius:50%;height:calc(100% - 30px);width:calc(100% - 30px)}@media(max-width:991px){.hero__container{align-items:center;display:flex;flex-direction:column;gap:20px}.hero__content{width:100%}.hero__image-wrapper{display:none}}