.module__sub-hero{background-color:var(--background-color);padding-block:2rem}.module__sub-hero .text{display:flex;flex-direction:column}.module__sub-hero .text .heading{margin-block-end:1.5rem}.module__sub-hero .text .content{margin-block-end:2rem}.module__sub-hero .btns{display:flex;flex-direction:column;gap:1rem;width:fit-content}.module__sub-hero .btn{align-items:center;display:flex;gap:.5rem;justify-content:center}.module__sub-hero .btn__icon{flex-shrink:0;height:2rem;width:2rem}.module__sub-hero .btn__icon *{display:block;height:100%;width:100%}.module__sub-hero .btn__icon svg{fill:currentColor;height:100%;object-fit:contain;width:100%}.module__sub-hero .image{border-radius:1.25rem;overflow:hidden}@media (min-width:576px){.module__sub-hero .btns{align-items:center;flex-direction:row;gap:2rem}}