/*-------------------contact.---------------------------*/
section {
    height: 400px;
}

p {
    color: #33231f;
    font-weight: 300;
    margin-left: 45px;
    margin-bottom: 5px;
    line-height: 1.5em;
    text-align: justify;
    font-size: 20px;
}

p#top_form {
    font-weight: 300;
    margin-left: 45px;
    text-align: justify;
    font-size: 20px;
}

.botton1 {
    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;
}


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

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


.botton2:hover {
    color: #ffffff;
    background-color: #807259;
    cursor: pointer;
}

.oem_form {
    margin-top: 30px;
}

.customar_form {
    margin-top: 50px;
}

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

@media

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


@media screen and (max-width: 768px) {
    section {
        height: auto;
    }

    p {
        margin: 0 15px;
    }

    p#top_form {
        font-size: 16px;
        margin: 0 15px;
    }

    .about_oem p {
        margin: 0 10px;
    }

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

    .botton1 {
        font-size: 22px;
    }

    .botton2 {
        font-size: 20px;
    }
}
