/*------------------------------------------
Banner
------------------------------------------*/

#banner{
    height: 400px;
}

#banner img{
    height: 100%;
    object-fit: cover;
    object-position: top
}

/*------------------------------------------
Wholesale
------------------------------------------*/

#wholesale{
    padding: 50px 0 0;
}
#wholesale .content,
#corporate .content{
    text-align: center;
}
form .formRow{
    display: flex;
    justify-content: space-between;
}
form .input{
    width: 48%;
}
label{
    font-weight: 500;
    color: #3D2A1B
}

form input,
form textarea{
    border: 1px solid #3D2A1B!important;
    background: transparent!important;
    border-radius: 5px
}

#corporate{
    padding: 100px 0 50px;
}