.hero-banner{background-color:#333;background-repeat:no-repeat;display:flex;justify-content:center;padding:100px 20px 60px;position:relative}.hero-banner__overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.hero-banner__content{display:flex;flex-direction:column;position:relative;width:100%;z-index:1}.hero-banner__content>:last-child{margin-bottom:0}.hero-banner__heading{line-height:1.2;margin:0 0 24px}.hero-banner__description{line-height:1.6;margin:0 0 32px}.hero-banner__description p{margin:0}.hero-banner__button-wrapper{align-self:stretch;display:flex;flex-wrap:wrap;gap:16px;width:100%}.hero-banner__button{border:none;border-radius:20px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 28px;text-decoration:none;transition:all .3s ease}.hero-banner__button:hover{color:#fff}.hero-banner__button--secondary{background-color:transparent;border:2px solid #fff}.hero-banner__button--secondary:hover{background-color:#fff}@media (max-width:768px){.hero-banner{padding:80px 20px 40px}.hero-banner__heading{margin-bottom:20px}.hero-banner__description{margin-bottom:24px}}