.contact-section-1 {
  padding: 100px 0;
}

.content-general-custom h2 {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

#nf-form-1-cont h3 {
  font-family: DM Serif Display;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

#nf-form-1-cont input,
#nf-form-1-cont textarea {
  font-family: Satoshi;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1%;
  color: #333333;
  padding: 10px 15px;
  background: #FAF7F7;
  border: 0;
}

#nf-form-1-cont {
  border: 1px solid #D9CBC2;
  padding: 20px;
  background: #fff;
}

#nf-form-1-cont input[type="submit"] {
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: #F35257;
  border-radius: 60px;
  float: right;
}

.section-8-homepage {
  margin: 0;
}

.section-8-homepage::before {
  display: none;
}

.cta_map {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.cta_map a::before,
.cta_map a::after {
  padding-left: 35px
}

.cta_map a img {
  margin-right: 5px;
}

.section-map .title_general {
  margin-bottom: 30px;
}

.section-map {
  padding: 0 0 50px;
  position: relative;
}
.section-map::before{
    content: '';
    position: absolute;
    top: -170px;
    left: 0;
    background: #FAF7F7;
    width: 100%;
    height: 700px;
    z-index: 0;
}
.iframe_map {
  margin-top: 50px;
}
.section-map .container,
.contact-section-1 .container{
    position: relative;
    z-index: 1;
}
