.features{padding:6rem 2rem;background-color:#060D1A}.features__container{max-width:1200px;margin:0 auto}.features__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.features__text{max-width:500px}.features__title{font-size:2.5rem;font-weight:700;color:#ffffff;margin-bottom:1.5rem;background:linear-gradient(90deg,#FFFFFF,#4A90E2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features__description{font-size:1.1rem;color:rgba(255,255,255,.7);line-height:1.6}.features__list{display:flex;flex-direction:column;gap:2rem}.features__item{display:flex;gap:2rem;padding:2rem;background:rgba(255,255,255,.03);border-radius:20px;transition:transform .3s ease}.features__item:hover{transform:translateX(10px)}.features__item-number{font-size:2.5rem;font-weight:700;color:#4A90E2;opacity:.5}.features__item-content{flex:1 1}.features__item-title{font-size:1.25rem;font-weight:600;color:#ffffff;margin-bottom:.5rem}.features__item-description{color:rgba(255,255,255,.7);line-height:1.6}@media (max-width:968px){.features__content{grid-template-columns:1fr;gap:3rem}.features__text{max-width:100%;text-align:center}}@media (max-width:768px){.features{padding:4rem 1.5rem}.features__title{font-size:2rem}.features__item{padding:1.5rem;gap:1.5rem}.features__item-number{font-size:2rem}}