.sc-button {
    background: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    outline: none;
    padding: 10px 75px;
}

.sc-button.sc-button-dark {
    background: #171c23;
    color: #ffffff;
}

.sc-button.sc-button-orange {
    background: #ff852b;
    color: #ffffff;
}

@media (max-width: 776px) {
    .sc-button {
        border-radius: 0;
        width: 100%;
    }
}