.features{padding:48px 0;overflow:hidden}.features__head{flex-direction:column;gap:12px;margin-bottom:36px;display:flex}.features__title{text-align:center;margin:0;font-size:32px;font-weight:700}.features__desc{text-align:center;margin:0;font-size:18px;font-weight:400}.features__slider{overflow:visible}.features__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.features__item{background-color:var(--background-light-gray);border-radius:20px;flex-direction:column;align-items:flex-start;height:auto;padding:24px;display:flex}.features__item-img{background-color:var(--primary-white);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:12px;display:flex}.features__item-img svg{width:40px;height:40px;color:var(--primary-fixed)}.features__item-title{margin:0 0 12px;font-size:20px;font-weight:700}.features__item-text{font-size:16px;font-weight:400;line-height:1.4}.features__pagination{margin-top:24px;display:none}.features__link{max-width:300px;margin:24px auto 0}@media screen and (width<=1023px){.features{padding:24px 0}.features__head{margin-bottom:24px}.features__title{text-align:left;font-size:24px}.features__desc{text-align:left;font-size:16px}.features__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.features__item-title{font-size:16px}}@media screen and (width<=599px){.features__list{gap:0;display:flex}.features__item{width:300px;height:auto}.features__pagination{justify-content:center;display:flex}}
