.module-cards{padding:112px 0 80px}.module-cards__wrapper{flex-wrap:wrap;gap:32px;display:flex}.module-card{background:#fff;border:1px solid #dadee9;border-radius:20px;flex-direction:column;flex:320px;max-width:calc(33.333% - 22px);display:flex;overflow:hidden}.module-card__inner{padding:32px 32px 38.5px}.module-card__tag{color:var(--mainColor);text-transform:uppercase;margin-bottom:15px;font-size:16px;font-weight:400;line-height:150%}.module-card__name{color:#0d1b36;margin-bottom:16px;font-size:32px;font-weight:700;line-height:120%}.module-card__info{color:#0d1b36;margin-bottom:30px;font-size:18px;font-weight:400;line-height:150%}.module-card__image{background:linear-gradient(359deg,#e3e3e5 0%,#d6d7d9 100%);height:100%;max-height:295px;margin-top:auto;display:block;overflow:hidden}.module-card__image img{object-fit:contain;object-position:top;width:100%;height:100%}.module-card__adds{flex-direction:column;align-items:flex-start;gap:10px;display:flex}@media screen and (width<=1080px){.module-cards{padding:55px 0 40px}}@media screen and (width<=768px){.module-card__inner{padding:20px}.module-card__tag{margin-bottom:10px;font-size:14px}.module-card__name{margin-bottom:5px;font-size:28px}.module-card__info{margin-bottom:20px;font-size:16px}}