.common-section{position:relative;width:100%;overflow:hidden;min-height:100vh}.common-section.small{min-height:80vh}@media (min-width:768px){.common-section{box-shadow:1px 1px 10px rgba(0,0,0,.4)}}.background{position:absolute;inset:0}.gradient-overlay{position:absolute;width:100%;height:100%;z-index:1}.content{max-width:1280px;margin:0 auto;position:relative;z-index:10;display:flex;flex-direction:column;align-items:flex-start;padding:1rem;gap:1rem}@media (min-width:768px){.content{gap:1.5rem}}@media (min-width:1024px){.content{gap:2rem}}.title{font-size:3rem;font-weight:700;color:#047857;margin-top:40%;line-height:62px}@media (min-width:768px){.title{font-size:3rem;line-height:102px;margin-top:17%}}@media (min-width:1024px){.title{font-size:85px}}.button{padding:.5rem 1.5rem;width:400px;color:#fff;background-color:#1f2937;border-radius:.375rem}.button:hover{background-color:#111827}