.card{background-color:#fff;border-radius:6px;display:grid;padding:3rem;place-self:center}.title{padding-bottom:.5rem}.line{background-color:orange;border:transparent;height:5px;margin-bottom:4rem;width:20%}.steps{display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr}.step{width:100%}.step__title{background-color:#00d06b;color:#fff;display:flex;height:40px;padding-left:10px;place-items:center;position:relative;width:90%}.step__title:after{border-bottom:20px solid transparent;border-top:20px solid transparent;content:"";position:absolute}.step__title:before{border-left:20px solid #00d06b;left:0}.step__title:after{border-left:20px solid #00d06b;right:-20px}.step__info{padding:1rem .5rem}.step-cards-buttons{display:flex;gap:30px;justify-content:center;margin-top:50px}@media (max-width:1024px){.step-cards-buttons{flex-wrap:wrap}.steps{grid-template-columns:1fr 1fr}}@media (max-width:768px){.step__title{height:60px}.card{padding:1rem}.steps{grid-template-columns:1fr}}