section.hero {
    background: #F5F3E8;
    position: relative;
}


.hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: max-content;
    height: 71%;
    object-fit: cover;
    z-index: 1;
    margin: 0 auto;
    opacity: .4;
}
.hero .container {
    padding: 80px 0px;
    text-align: center;
     position: relative;
}
.hero  h1 {
    font-family: "Instrument Sans";
    font-weight: 700;
    font-size: 72px;
    line-height: 110%;
    color: rgb(9, 7, 7);
}
.hero p {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: rgb(9, 7, 7);
}
section.contact-section.container {
    padding: 80px 0px;
}
.contact-section .form-label {
    margin-bottom: .5rem;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: rgb(9, 7, 7);
}
button.btn-send {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 83, 196);
    width: 100%;
    text-align: left;
    padding: 12px 25px;
    border-radius: 50px;
    border: none;
    margin-top: 10px;
}
.contact-info h4 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    color: rgb(9, 7, 7);
        margin-bottom: 23px;
}
.contact-info i.fa {
    color: #000;
    margin-right: 12px;
    font-size: 20px;
}
.contact-info h5 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: rgb(9, 7, 7);
    margin-top: 35px;
}
.contact-info p {
    font-size: 15px;
}

@media (max-width: 991px) {
 section.contact-section.container {
    text-align: center;
    
}
form {
    margin-top: 50px;
    text-align: left;
}
}
@media (max-width:575px) {
.hero img {
    width: 100%;
    height: auto;
}
.hero  h1 {
    font-size: 52px;
    line-height: 100%;
}
.hero p {
    font-size: 18px;
    line-height: 140%;

}

section.hero {
    padding: 0px 15px;
}

section.contact-section.container {
    padding: 60px 15px;
}
}
