.cta-wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    border-radius: .5rem;
    background-color: #B1CA37;
    color: #171616;

    background-image: url("data:image/svg+xml,%3Csvg width='834' height='913' viewBox='0 0 834 913' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.12' d='M539.572 569.52C527.187 586.353 515.388 603.768 504.751 621.767L504.497 622.196L504.926 622.451L692.236 733.602L376.013 912.422L70.1514 731.083C30.2283 704.903 9.53023 672.396 2.9082 637.672C-3.71759 602.927 3.7387 565.905 20.2344 530.703C53.2336 460.283 122.333 397.313 186.709 374.712L186.719 374.708L186.72 374.707C186.721 374.707 186.723 374.706 186.726 374.705C186.731 374.703 186.738 374.701 186.748 374.697C186.768 374.69 186.797 374.678 186.836 374.664C186.913 374.635 187.028 374.593 187.175 374.538C187.47 374.429 187.898 374.27 188.427 374.076C189.485 373.688 190.951 373.154 192.58 372.573C195.759 371.441 199.549 370.136 202.156 369.381L539.572 569.52ZM1334.81 369.381C1337.43 370.136 1341.22 371.44 1344.4 372.573C1346.03 373.154 1347.49 373.688 1348.55 374.076C1349.08 374.27 1349.5 374.429 1349.8 374.538C1349.94 374.593 1350.06 374.635 1350.13 374.664C1350.17 374.678 1350.2 374.689 1350.22 374.696C1350.23 374.7 1350.24 374.703 1350.24 374.705C1350.25 374.706 1350.25 374.707 1350.25 374.707L1350.25 374.708H1350.25L1350.26 374.712C1414.65 397.313 1483.76 460.283 1516.76 530.703C1533.26 565.905 1540.72 602.927 1534.09 637.672C1527.47 672.396 1506.77 704.903 1466.85 731.083L1161.11 912.422L844.974 733.603L1032.29 622.451L1032.71 622.196L1032.46 621.767C1021.81 603.741 1009.99 586.301 997.584 569.445L1334.81 369.381ZM364.515 341.86C454.76 313.232 554.051 314.32 646.404 349.329L646.891 349.514L646.949 349.335C675.56 360.217 702.999 374.101 728.72 390.786C686.312 418.564 649.387 453.134 619.355 493.032L364.515 341.86ZM890.597 349.329C982.95 314.32 1082.21 313.232 1172.49 341.86L917.585 493.032C887.587 453.139 850.667 418.572 808.294 390.796C834.009 374.094 861.475 360.199 890.085 349.311L890.175 349.489L890.597 349.329ZM768.485 -36.5C832.978 -35.8118 896.812 -24.565 957.309 -3.29688L957.197 -2.90234H958.405C1091.5 43.8917 1200.15 135.959 1269.21 252.504C1145.66 213.227 1008.16 215.475 881.711 263.41C842.428 278.322 804.339 297.209 768.936 320.158C733.535 297.239 695.744 278.323 656.16 263.41H656.161C529.709 215.475 392.506 213.227 268.66 252.505C337.729 135.936 446.41 43.8548 579.247 -2.93066L579.752 -3.1084L579.661 -3.31738C640.229 -24.5721 704.044 -35.7821 768.485 -36.5Z' stroke='%23171616'/%3E%3C/svg%3E%0A");
    background-size: 200%;
    background-position: -10% 50%;
}

.cta-title{
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-content{
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.cta-wrapper .cta-buttons{
    margin-top: auto;
    display: flex;
    flex-direction: row;
    gap: .25rem;
    flex-wrap: wrap;
}

.cta-wrapper .cta-buttons a{
    width: fit-content;
}

.cta-wrapper .cta-buttons a:nth-of-type(1){
    background-color: #171616;
    color: #ffffff;
    border-radius: 2rem;
}

.cta-wrapper .cta-buttons a:nth-of-type(2){
    color: #171616;
    text-decoration: underline !important;
    border-radius: 2rem;
}


@media only screen and (max-width: 992px){
    .cta-wrapper{
        padding: 1.5rem;
    }
}