.custom_line_animation__container{max-width:var(--base-layout-width);margin-left:auto;margin-right:auto}.custom_line_animation__blocks{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));align-items:center;padding:0 20px;background-repeat:no-repeat;background-size:contain;background-position-x:50%;background-position-y:50%;height:100%}.custom_line_animation__block{text-align:center;position:relative;z-index:2}.custom_line_animation__img{width:76px;height:76px;background:var(--white);border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto}.custom_line_animation__text{margin-top:15px;height:60px}.custom_line_animation__block:nth-child(even){margin-top:-100px}@media only screen and (max-width:1024px){.custom_line_animation__block:nth-child(even){margin-top:0}.custom_line_animation__blocks{background-image:none!important;grid-template-columns:repeat(auto-fit,minmax(35%,1fr));gap:24px;height:auto}.custom_line_animation__block{background-color:rgba(61,93,169,.12157);padding:15px 0}}@media only screen and (max-width:676px){.custom_line_animation__blocks{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));gap:12px}}