.gradient-cards__list{display:grid;grid-template-columns:repeat(2, minmax(auto, 1fr));gap:24px;justify-content:center}.gradient-cards__list .right-gradient{background:linear-gradient(315deg, #00ac7b 20%, #95e6cf 50%)}.gradient-cards__list .right-gradient:hover .content-buttons .btn-site{background:0 0 !important;color:#fff !important;border:2px solid #fff !important}.gradient-cards__list .right-gradient:hover .content-buttons .btn-site .icon-arrow svg{filter:brightness(0) invert(1);transform:translate(3px, 1px)}.gradient-cards__card{background:linear-gradient(315deg, #95e6cf 50%, #00ac7b 90%);border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;max-width:648px;padding:65px 90px 76px 90px;gap:30px;text-decoration:none;transition:all .5s ease;cursor:pointer}.gradient-cards__card h2{font-size:clamp(42px,5vw,62px);line-height:1.2em;text-align:center;margin-bottom:0}.gradient-cards__card:nth-last-child(1):nth-child(odd){grid-column:1/-1;justify-self:center;width:100%}.gradient-cards__card .content-buttons .btn-site{min-width:245px !important}.gradient-cards__card .content-buttons .btn-site.has-secondary-text{color:#95e6cf !important;border:2px solid #95e6cf !important}.gradient-cards__card .content-buttons .btn-site.has-secondary-text .icon-arrow svg{filter:brightness(0) saturate(100%) invert(85%) sepia(8%) saturate(801%) hue-rotate(104deg) brightness(94%) contrast(92%)}.gradient-cards__card:last-child{background:linear-gradient(155deg, #95e6cf 50%, #00ac7b 90%)}.gradient-cards__card:last-child .content-buttons .btn-site.has-secondary-text{color:#00ac7b !important;border:2px solid #fff !important}.gradient-cards__card:last-child .content-buttons .btn-site.has-secondary-text .icon-arrow svg{filter:none}.gradient-cards__card:hover .content-buttons .btn-site{background:0 0 !important;color:#002028 !important;border:2px solid #002028 !important}.gradient-cards__card:hover .content-buttons .btn-site .icon-arrow svg{filter:brightness(0) saturate(100%) invert(7%) sepia(6%) saturate(1600%) hue-rotate(170deg) brightness(92%) contrast(92%);transform:translate(3px, 1px)}.gradient-cards__card:hover:last-child .content-buttons .btn-site{color:#fff !important;border:2px solid #fff !important}.gradient-cards__card:hover:last-child .content-buttons .btn-site .icon-arrow svg{filter:brightness(0) invert(1)}@media(max-width: 992.98px){.gradient-cards__card{padding:65px 40px 76px 40px}.gradient-cards__card .content-buttons .btn-site{min-width:180px !important}}@media(max-width: 767.98px){.gradient-cards__card{padding:45px 30px 55px 30px;max-width:100%;width:100%}.gradient-cards__list{grid-template-columns:1fr;justify-items:center}}