.future-section{background:var(--black);color:var(--white);padding:120px 0}.future-section .section-title{font-size:3.5rem;margin-bottom:55px;text-align:center}.future-section .boxes-wrapper{display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.future-section .glass-box{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.25);border-radius:28px;display:flex;flex:1;flex-direction:column;margin-top:10px;padding:40px}.future-section .icon{margin-bottom:25px}.future-section .icon img{width:64px}.future-section .box-content{flex:1}.future-section .glass-box h3{font-size:2rem;margin-bottom:16px}.future-section .box-text{margin-bottom:30px}.future-section .cta-wrapper{margin-top:0}.future-section .cta-btn{border-radius:50px;display:block;font-weight:600;padding:12px 16px;text-align:center;text-decoration:none;transition:all .25s ease}@media (max-width:991px){.future-section .boxes-wrapper{flex-direction:column}.future-section .glass-box{min-height:280px}}@media (max-width:767px){.future-section .section-title{font-size:3rem}}