/*------------------------
Header
------------------------*/
#header .content{
    text-align: center;
}

#header h1{
    margin: 0 0 20px;
    color: #3D2A1B;
}

/*------------------------
Details
------------------------*/

#details{
    padding: 50px 0;
}

#details h2{
    font-size: 26px;
    font-weight: 500;
    color: #3D2A1B;
    font-family: 'Montserrat', sans-serif;
}

#details p{
    color: #141414;
}

#details form .group{
    display: flex;
    justify-content: space-between;
}

#details form .input{
    width: 48%;
}

#details input,
#details textarea{
    background: transparent;
    border: 1px solid #3D2A1B99;
}

#details label{
    color: #3D2A1B;
}