.contact-us-content-wrap{
    text-align: center;
}
.main-title {
    text-align: center;
    color: #8C2368;
    font-weight: 500;
    margin: 20px 0;
}
.main-img{
    margin: 10px auto;
    text-align: center;
}

#contact-us{
    width: 70%;
    margin: 0 auto;
}
#contact-us h3{
    font-size: 130%;
    text-align: center;
}
#contact-us .form-field textarea,
#contact-us .form-field input {
    width: calc(100% - 30px);
    border-radius: 25px;
    padding: 5px 15px;
    border: 1px solid #eceaeb;
    min-height: 30px;
    text-align: right;
    margin-bottom: 10px;
}
#contact-us .form-field textarea{
    min-height: 130px;
}
#contact-us .form-field button[type="submit"] {
    background-color: #8C2368;
    color: #FFF;
    border-radius: 25px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border: none;
    font-size: 120%;
}