.hero{padding:3rem 0;overflow:hidden}.hero__item{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.hero__title{margin-bottom:1.5rem}.hero__info{max-width:100%;padding-right:0}.hero__info:not(:only-child){margin-bottom:2rem}.hero__buttons{display:flex;align-items:center;flex-wrap:wrap;margin-top:1.5rem}.hero__buttons .button:not(:last-child){margin-right:1rem}.hero__image{position:relative;flex:1;align-self:stretch}.hero figure{margin:0}.hero__image-small{display:none;position:absolute;max-width:100%;width:27%;z-index:2;filter:drop-shadow(0px 15px 40px rgba(3,19,128,0.1))}.hero__image-big{position:relative;width:100%;z-index:1;filter:drop-shadow(0px 15px 40px rgba(3,19,128,0.1))}.hero__image-big img{display:block;width:100%}@media screen and (min-width:1024px){.hero__item{flex-direction:row}.hero__info{max-width:540px;padding-right:5rem}.hero__info:not(:only-child){margin-bottom:0}}@media screen and (min-width:1200px){.hero__image-small{display:block;right:0;bottom:0}.hero__image-big{transform:translateX(-2rem)}}@media screen and (min-width:1280px){.hero{padding:8rem 0}.hero__image-small{bottom:-75px}}