.button-stroke {
    transition: color 0.3s, 
    border-color 0.3s,
    background-color 0.3s;
    display: block;
    position: relative;
    padding: 11px 19px 13px 19px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 48px;
    background-color: transparent;
    white-space: nowrap;
    line-height: normal;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    user-select: none;
}

.button-stroke:hover {
    background-color: #ecb63d;
    border-color: #ecb63d;
    color: #fff;
}

.first-screen__actions {
    margin-top: 37px;
    display: flex;
    justify-content: center;
}

.color-red,
.first-screen h1 .color-red {
    color: #FF0000;
}

.first-screen .increase-font-size {
    font-size: 52px;
    line-height: 60px;
}

.first-screen .increase-font-size {
    @media all and (max-width: 767px) {
        font-size: 33px;
        line-height: 43px;
    }
}