

.model-wrapper{
    box-shadow: 0 0 20px #ddd;
    padding: 40px;
}

.model-wrapper h1{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    color: #78312F;
    text-transform: uppercase;
}

.model-wrapper li{
    font-weight: 500;
    color: #0A1A3B;
    font-size: 18px;
    margin: 10px 0;
}

.model-wrapper i{
    color: #17ca17;
}

.contact{
    padding: 50px 0;
}

.contact h1{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    color: #78312F;
    text-transform: uppercase;
}

.contact label{
    font-weight: 500;
    font-size: 18px;
}

.form-control{
    height: 45px;
    border-radius: 0;
}

.submit-btn{
    background-color: #78312F;
    color: #fff;
    height: 45px;
    border: 0;
    width: 100%;
    font-weight: 700;
}