.hero-section{height:calc(100vh - 98px);position:relative;.hero-background{background-size:cover;background-position:center;background-repeat:no-repeat;height:100%}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background-color:#0006;color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center;h1{margin-bottom:30px}.main-btn{margin-bottom:30px;min-width:250px}}}