.my-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "SuisseIntl";
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #D44040;
    max-width: 335px;
    width: 100%;
    background: #FFF;
    padding: 21px 20px;
    box-shadow: 0px 6px 20px 0px rgba(32, 32, 32, 0.15);
    border-radius: 100px;
    position: relative;
    z-index: 1600;
}

.my-button.--color-red {
    color: #FFF;
    background: #B72929;
}