.solutionsSection{display:flex;justify-content:center;z-index:1}@media screen and (max-width:770px){.solutionsSection{position:relative;flex-direction:column;align-items:center}}.solutionsSection__list{position:relative;width:100%;display:flex;justify-content:space-between;gap:1.25rem;padding:0}@media screen and (max-width:1024px){.solutionsSection__list{flex-direction:column}}.solutionsSection__item{position:relative;width:calc((100% - 1.25rem)/2);display:flex;justify-content:space-between;gap:1.25rem;border-radius:1.25rem;border:1px solid var(--ig-border-gray);background:var(--ig-bg-transpartment-white-700);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);padding:1.5rem 2.375rem}@media screen and (max-width:1024px){.solutionsSection__item{width:100%}}@media screen and (max-width:770px){.solutionsSection__item{padding:1.5rem}}@media screen and (max-width:500px){.solutionsSection__item{flex-direction:column;padding:1rem}}.solutionsSection__link{position:absolute;top:0;bottom:0;left:0;right:0}.solutionsSection__title{margin-bottom:1rem}.solutionsSection__description{margin-bottom:1.5rem}.solutionsSection__check-list{display:flex;gap:1rem;flex-wrap:wrap}.solutionsSection__check-item{text-align:center;display:flex;align-items:center;gap:.5rem}.solutionsSection__check-icon{display:flex;width:1.25rem;height:1.25rem}.solutionsSection__check-icon img{width:100%;height:100%}.solutionsSection__image{display:flex;width:75%}@media screen and (max-width:500px){.solutionsSection__image{width:100%}}.solutionsSection__image img{width:100%;height:100%;object-fit:cover}.solutionsSection__content{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:70%;gap:1.25rem}@media screen and (max-width:500px){.solutionsSection__content{max-width:unset}}.solutionsSection__content-top{display:flex;flex-direction:column}.solutionsSection__miniInfo-item{display:flex;align-items:center;gap:.5rem;border-radius:.75rem;background:linear-gradient(107deg,rgba(152,130,241,.2980392157) -1.55%,rgba(7,7,8,0)) 141.37%;padding:.5rem}