.product_cards-wrapper{display:flex;margin:0 auto}.product_cards-intro-title{line-height:1.2;margin-bottom:22px}.product_cards-intro-description *{font-weight:300}.product_cards-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-end;width:100%}.product_cards-card,.product_cards-intro{display:flex;flex:1 0 calc(33.33% - 20px);flex-direction:column;max-width:467px}.product_cards-card{background-color:var(--white-color);height:auto;justify-content:space-between;overflow:hidden}.product_cards-card-content{height:100%;padding:20px 20px 0}.product_cards-card-heading{margin-bottom:26px;padding:0;width:fit-content}.product_cards-card-button_bar{display:flex;justify-content:flex-end;max-height:100px;min-height:100px;padding:10px 20px}@media (max-width:1200px){.product_cards-card,.product_cards-intro{flex:1 0 calc(50% - 20px)}.product_cards-card{height:auto}}@media (max-width:991px){.product_cards-intro-arrow{display:none}.product_cards-card-heading{margin-bottom:20px}.product_cards-card{min-width:auto}.product_cards-card-button{align-items:center;display:flex;justify-content:center;width:100%}}@media (max-width:767px){.product_cards-card,.product_cards-intro{flex:1 0 100%}.product_cards-card,.product_cards-card-content{height:auto!important;min-height:unset!important}}