@keyframes fade-in-black{0%{background-color:transparent}to{background-color:#000}}@keyframes fade-in-transparent{0%{background-color:#000}to{background-color:transparent}}@keyframes fade-in-border{0%{border-bottom:1px solid transparent}to{border-bottom:1px solid #fff}}@keyframes fade-out-border{0%{border-bottom:1px solid #fff}to{border-bottom:1px solid transparent}}.section-infosteps{display:grid;grid-column-gap:40px;justify-items:center;align-items:baseline;padding-bottom:60px;grid-row-gap:20px}.section-infosteps .step{display:grid;grid-gap:20px;max-width:250px}.section-infosteps .step .counter{border-radius:100px;background-color:#000;color:#fff;height:70px;width:70px;display:flex;align-items:center;justify-content:center;margin:0 auto;font-size:20px}.section-infosteps .step .title{color:#ff585d;text-align:center;font-weight:600}.section-infosteps .step .subtitle{text-align:center}@media (min-width:768px){.section-infosteps{grid-template-columns:repeat(3,1fr)}}