.button-style-1 {
    background: #34CC33;
    border-radius: 30px 0px 30px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 48px;
    gap: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #FFFFFF !important;
    align-items: center;
    justify-content: center;
}

.button-style-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #8A8A8A;
    align-items: center;
    justify-content: center;
}

.button-style-outline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 28px;
    gap: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: #6832FF;
    border: 1px solid #6832FF;
    border-radius: 30px;
    align-self: end;
}