.cards-component__inner{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;}@media (min-width: 768px){.cards-component__inner{gap:4rem;}}@media (min-width: 992px){.cards-component__inner{gap:5rem;}}@media (min-width: 768px){.cards-component.two-cards .cards-component__inner{grid-template-columns:repeat(2,1fr);}}@media (min-width: 1280px){.cards-component.two-cards .cards-component__inner{gap:7rem;}}@media (min-width: 768px){.cards-component.three-cards .cards-component__inner{grid-template-columns:repeat(2,1fr);}}@media (min-width: 1280px){.cards-component.three-cards .cards-component__inner{gap:7rem;}}@media (min-width: 1280px){.cards-component.three-cards .cards-component__inner{grid-template-columns:repeat(3,1fr);}}@media (min-width: 768px){.cards-component.four-cards .cards-component__inner{grid-template-columns:repeat(2,1fr);}}@media (min-width: 1280px){.cards-component.four-cards .cards-component__inner{grid-template-columns:repeat(4,1fr);}}.cards-component .card.with-link .card__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-self:center;width:100%;border:.2rem solid rgba(0,0,0,0);cursor:pointer;-webkit-transition:all 600ms;transition:all 600ms;}.cards-component .card.with-link .card__link:hover{background-color:rgba(115,183,43,.03);border-color:#73b72b;}.cards-component .card.with-link .card__link:hover .text-btn svg{-webkit-transform:translateX(1rem);transform:translateX(1rem);}@media (max-width: 991px){.cards-component .card.with-link .card__link{padding:3rem;}}.cards-component .card.without-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-self:center;width:100%;border:.2rem solid rgba(0,0,0,0);-webkit-transition:all 600ms;transition:all 600ms;}@media (max-width: 991px){.cards-component .card.without-link{padding:3rem;}}.cards-component .card.without-link:hover{background-color:rgba(115,183,43,.03);border-color:#73b72b;}.cards-component .card.without-link:hover .text-btn svg{-webkit-transform:translateX(1rem);transform:translateX(1rem);}@supports ((-o-object-fit: cover) or (object-fit: cover)){.cards-component .card__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;}}@media (max-width: 767px){.cards-component .card__image{max-height:20rem;}}@media (min-width: 768px){.cards-component .card__image{max-height:30rem;}}.cards-component .card__icon{padding-top:2.5rem;width:4rem;}@media (min-width: 768px){.cards-component .card__icon{margin-left:3.5rem;padding-top:3.5rem;}}.cards-component .card .card__content-holder{padding:1.5rem 0 2.5rem 0;}@media (min-width: 768px){.cards-component .card .card__content-holder{padding-right:3.5rem;padding-bottom:3.5rem;padding-left:3.5rem;}}.cards-component .card .card__content-holder h2{margin-bottom:1.8rem;}.cards-component .card .card__content-holder .text-btn{margin-top:3rem;font-size:1.4rem;font-weight:700;}.cards-component .card .card__content-holder .text-btn svg{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;}