#info_blacks_component.info-blocks{box-sizing:border-box;display:flex;justify-content:center;padding:40px 20px;width:100%}.info-blocks__list{display:grid;gap:24px;grid-template-columns:1fr;list-style:none;margin:0;max-width:1300px;padding:0;width:100%}.info-blocks__item{animation:cardFadeUp .6s ease forwards;background:#fff;border-radius:14px;box-shadow:0 4px 14px rgba(0,0,0,.08);opacity:0;padding:24px;text-align:center;transform:translateY(20px)}.info-blocks__item:first-child{animation-delay:.05s}.info-blocks__item:nth-child(2){animation-delay:.15s}.info-blocks__item:nth-child(3){animation-delay:.25s}.info-blocks__item:nth-child(4){animation-delay:.35s}.info-blocks__item:nth-child(5){animation-delay:.45s}.info-blocks__item:hover{box-shadow:0 10px 24px rgba(0,0,0,.15);transform:translateY(-6px)}.info-blocks__title{font-size:1.4rem;font-weight:600;margin:0 0 10px}.info-blocks__description{border-radius:15px;font-size:1rem;line-height:1.5;margin:0;padding:15px}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1300px){.info-blocks__list{gap:32px}}