.cta-button a {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: flex;
    padding: 22px 72px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}