.cards{display:flex;flex-direction:column;gap:22px;width:100%}.cards__top-title{margin:0}.cards__top-divider{background:#f18c21;border-radius:10px;height:3px;margin:0 auto;width:60px}.cards__top-description{margin-bottom:30px}.cards__container{display:grid;gap:60px}.cards__card{display:flex;flex-direction:column;overflow:hidden}.cards__image{justify-content:center}.cards__image,.cards__text{align-items:center;display:flex}.cards__text{align-self:stretch;flex:1;flex-direction:column;gap:20px}.cards__title{margin:0}.cards__divider{background:#f18c21;border-radius:10px;height:3px;width:60px}.cards__description{flex:1}.cards__description *{margin:0}