.advantages-section{width:100%;position:relative;padding:70px 0;color:#1f1c18}.advantages-section__wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:44px}.advantages-section__title{width:100%;text-align:center}.advantages-section__title h2{font-size:36px;line-height:41.4px;font-weight:700}.advantages-section__list{width:100%;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:16px;grid-row-gap:16px}.advantages-section__item{width:100%;height:auto;background-color:#fff;border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px;transition:box-shadow .4s ease}.advantages-section__item-img{width:100px;height:100px;display:flex;justify-content:center;align-items:center}.advantages-section__item-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.advantages-section__item:hover{box-shadow:0 20px 40px #0003}.advantages-section__item:hover .advantages-section__item-img img{transform:scale(1.3)}.advantages-section__item-text{text-align:center;width:100%}.advantages-section__item-text p{font-family:EB Garamond,sans-serif;font-size:20px;line-height:24px;font-weight:400}.advantages-section__item:nth-child(1){grid-area:1/1/2/3}.advantages-section__item:nth-child(2){grid-area:1/3/2/5}.advantages-section__item:nth-child(3){grid-area:1/5/2/7}.advantages-section__item:nth-child(4){grid-area:2/1/3/4}.advantages-section__item:nth-child(5){grid-area:2/4/3/7}.advantages-section__btn{width:100%}.advantages-section__btn .app-button{margin:0 auto;padding:16px 0;width:297px}@media screen and (max-width: 1024px){.advantages-section__list{grid-template-rows:repeat(3,1fr)}.advantages-section__item:nth-child(1){grid-area:1/1/2/4}.advantages-section__item:nth-child(2){grid-area:1/4/2/7}.advantages-section__item:nth-child(3){grid-area:2/1/3/4}.advantages-section__item:nth-child(4){grid-area:2/4/3/7}.advantages-section__item:nth-child(5){grid-area:3/1/4/7}}@media screen and (max-width: 640px){.advantages-section__wrapper{gap:32px}.advantages-section__title{max-width:281px}.advantages-section__title h2{font-size:24px;line-height:27.6px}.advantages-section__list{display:flex;flex-direction:column;align-items:start;gap:8px}.advantages-section__item-text p{font-size:18px;line-height:21.6px}}@media screen and (max-width: 480px){.advantages-section{padding:64px 0}.advantages-section__btn .app-button{width:100%}}
