/* section CONTENT CONTACT US 1 */
#section-content-contact-us1 {
    padding: 12rem 0rem 5rem 0;
    position: relative;
    text-align: center;
}
.box-section-content-contact-us1 {
    background: url(../../dist/images/home/bg-box-section-home3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 6.25rem;
}
.box-title-section-content-contact-us1{
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    padding: 0rem 0 0 0;
}
h2.section-content-contact-us1 {
    font-size: clamp(2.5rem, 6vw, 4.3rem);
    line-height: 110%;
}
p.text-section-content-contact-us1 {
    max-width: 1080px;
}
img.img-section-contact-us1 {
    position: absolute;
    right: 0rem;
    top: 3rem;
    width: 110%;
}
.box-form-contact {
    max-width: 920px;
}
.box-img-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    bottom: 0;
}
.btn-form{
    background: #ffd581;
    color: #171717;
}
/* section CONTENT CONTACT US 1 */



