.section-one{display:flex;position:relative;justify-content:space-around;align-items:center;gap:3rem;width:100%;padding:2rem 10vw;background-color:#dbddeb;border-radius:30px}.section-one__left{max-width:420px}.section-one__title{font-size:2.2rem;font-weight:700;margin-bottom:1.2rem;line-height:1.1}.section-one__description{font-size:1.1rem;color:#222;margin-bottom:0;line-height:1.5}.section-one__right{display:flex;flex-direction:column;gap:2.5rem;min-width:320px}.section-one__item{display:flex;align-items:flex-start;gap:1rem}.section-one__icon{width:38px;height:38px;-o-object-fit:contain;object-fit:contain;margin-top:.2rem;filter:brightness(0)}.section-one__item-title{font-size:1.2rem;font-weight:600;margin:0 0 .3rem;color:#373edb}.section-one__item-desc{font-size:1rem;color:#444;margin:0}.section-one_glow,.section-one_glow_two{position:absolute;box-shadow:-20px -11px 161px 20px #383fde;z-index:0;top:50px;box-shadow:16px 20px 161px 50px #383fde}.section-one_glow_two{top:50%;right:9px}@media(max-width:900px){.section-one{flex-direction:column;gap:2rem;padding:40px 20px}.section-one__right{min-width:unset}}