.container-order {
    background-color: #6a6a6a;
    padding: 120px 300px 140px;
}

.order-text {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 300;
    line-height: 40px;

    margin-bottom: 90px;
}

.container-btn-order {
    width: 500px;
    height: 80px;
    border: 3px solid #c8b197;

    margin: auto;

    cursor: pointer;
}

.btn-order {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

    color: #ffffff;
    font-size: 23px;
    font-family: sans-serif;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;

    transition: all 0.3s ease;
}

.container-btn-order:hover .btn-order {
    transition: all 0.3s ease;
    color: #c8b197;
}