/*-------------------oem.---------------------------*/
p {
    font-weight: 300;
    line-height: 1.5em;
    margin-left: 45px;
    font-size: 20px;
}

.about_oem {
    color: #33231f;
    margin-bottom: 30px;
}

.botton {
    width: 600px;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 0 10px;
    border: 3px solid #4d352f;
    color: #4d352f;
    background-color: #ffffff;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
}

.botton:hover {
    color: #ffffff;
    background-color: #4d352f;
    cursor: pointer;
}

.next_oem {
    margin-bottom: 50px;
}

table {
    font-weight: 300;
    margin-left: 45px;
}

table tr {
    line-height: 2em;
}

table td {
    vertical-align: top;
}

table td#form_1 {
    width: 400px;
    display: block;
    font-size: 25px;
    color: #4d352f;
    background-color: #ececec;
    padding: 0.5em;
    border-radius: 0.5em;
}

table td#form_1_2 {
    width: 400px;
    display: block;
    font-size: 25px;
    color: #4d352f;
    background-color: #e4e4e4;
    padding: 0.5em;
    border-radius: 0.5em;
}

table td#form_1_3 {
    width: 400px;
    display: block;
    font-size: 25px;
    color: #4d352f;
    background-color: #cccccc;
    padding: 0.5em;
    border-radius: 0.5em;
}

table td#form_1_4 {
    width: 400px;
    display: block;
    font-size: 25px;
    color: #4d352f;
    background-color: #c5c5c5;
    padding: 0.5em;
    border-radius: 0.5em;
}

table td#form_1_5 {
    width: 400px;
    display: block;
    font-size: 25px;
    color: #4d352f;
    background-color: #a4a4a4;
    padding: 0.5em;
    border-radius: 0.5em;
}

table td#form_2 {
    width: auto;
    color: #4d352f;
    padding-left: 0.5em;
}

.arrow {
    margin: 10px auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #4d352f;
}


/*--------------------------------------------------

@media

--------------------------------------------------*/



@media screen and (max-width: 768px) {

    .about_oem p {
        font-size: 18px;
        margin: 0 15px;
    }

    .botton {
        font-size: 22px;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
        width: calc(100% - 30px);
    }

    td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    table {
        margin: 0 15px;

    }

    table td#form_1 {
        width: 100%;

    }

    table td#form_1_2 {
        width: 100%;
    }


    table td#form_1_3 {
        width: 100%;
    }


    table td#form_1_4 {
        width: 100%;
    }


    table td#form_1_5 {
        width: 100%;
    }


}
