.button {
    border        : 2 px solid black;
    padding-left  : 10px;
    padding-right : 10px;
    min-width     : 299px;
    height        : 56px;
    font-weight   : 600;
    line-height   : 16px;
    border-radius : 25px;
}

.button2 {
    border        : none;
    padding-left  : 10px;
    padding-right : 10px;
    min-width     : 170px;
    height        : 50px;
    font-weight   : 600;
    line-height   : 16px;
}