.download-button {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 48px;
    border-radius: 6px;
    background: #746fff;
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
}