section.customerForm {
    /*background: #151515;*/
    color: #ffffff;
    padding: 100px 0px;
    position: relative;
}


.form-wrapper {
    /*background-color: #E6631A;*/
    background: #B82E48;
    background: linear-gradient(90deg,rgba(184, 46, 72, 1) 0%, rgba(109, 41, 85, 1) 50%, rgba(46, 36, 96, 1) 100%);
    padding: 30px;
    border-radius: 10px;
    color: #fff;
}
.form-control {
    border-radius: 5px;
    border: none;
    height: 40px;
}
.btn-submit {
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 8px 20px;
    border: none;
}
.btn-submit:hover {
    background-color: #000000;
    color: #ffffff;
}

.SectionHeadingWrap {
    text-align: center;
}

.SectionHeadingWrap p {
    margin-bottom: 1.6em;
}

.SectionHeadingWrap h3 {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.form-wrapper h4.fw-bold {
    font-size: 30px;
    line-height: 1.5em;
}

.form-wrapper p {
    margin-bottom: 30px;
    
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
    height: 125px;
}
.SectionHeadingWrap{
    color: #000;
}