.hero h1{position:relative}.hero h1:after{position:absolute;content:"";height:4px;width:100%;max-width:120px;background-color:#f8db01;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.hero{margin-bottom:20px}.hero h1{padding-bottom:16px;margin-bottom:32px;font-size:54px}.hero__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.hero__subtitle{margin-bottom:20px}.hero__description{max-width:650px}@media only screen and (min-width:360px){.hero h1{font-size:calc(54px + 30 * (100vw - 360px) / (1200 - 360))}}@media only screen and (min-width:1200px){.hero h1{font-size:84px}}