:root{--color-text-hero:#fff}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;padding:64px 20px;position:relative;text-align:center;width:100%}.hero__content{padding:0 1.5rem;text-align:center}.hero__title{height:0;visibility:hidden;width:0}.hero__logo{margin-bottom:24px}.hero__subtitle{color:var(--color-text-hero);display:block;font-family:var(--font);font-size:34px;font-weight:300;margin-bottom:30px}.hero:before{top:-80px}.hero:after,.hero:before{background:#fff;border-radius:50%;content:"";display:block;height:100px;left:50%;position:absolute;transform:translateX(-50%);width:135%}.hero:after{bottom:-80px}@media (min-width:768px){.hero{padding:96px 20px}.hero:before{height:200px;top:-160px}.hero:after{bottom:-160px;height:200px}.hero__subtitle{font-size:54px}}