.cards-module h2{margin-bottom:50px}.cards-module .button-link{padding-top:20px;text-align:right}.cards-module .cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;padding:0}.cards-module .cards .card{background-color:var(--color-white);border:0 solid #000;color:var(--color-text);min-width:31%;padding:0;position:relative;text-align:left;width:31%}.cards-module .cards .card .number{font-size:1.4rem;position:absolute;right:20px;top:15px}.cards-module .cards .card h3{color:var(--color-green);min-height:130px;padding:40px 50px 10px}.cards-module .cards .card img{height:auto;width:100%}.cards-module .cards .card p{font-size:1.6rem;padding:40px 50px}.cards-module .cards .card .card-link{color:var(--color-green);font-size:1.4rem;font-weight:600;letter-spacing:1px;padding:0 50px 40px;text-decoration:underline;text-decoration-thickness:2px;text-transform:uppercase;text-underline-offset:3px}@media (max-width:991.98px){.cards-module .cards .card{min-width:47%;width:47%}}@media (max-width:767.98px){.cards-module h2{margin-bottom:0}.cards-module .button-link{margin-bottom:20px;text-align:left}.cards-module .cards .card{margin:0;min-width:100%;width:100%}.cards-module .cards .card p{font-size:1.4rem}}@media (max-width:575.98px){.cards-module .cards .card h3{min-height:auto;padding:30px}.cards-module .cards .card p{padding:30px}}