main {
  background: #fef2e2;
}

#sec_contact {
  position: relative;
}
#sec_contact::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background-image: url(../img/contact/cover-bottom.svg);
  background-size: 100%;
  width: 100%;
  height: 12.5vw;
}

.setion-contact {
  padding-top: 160px;
  padding-bottom: 200px;
  position: relative;
}

.inner-contact {
  background-color: #ffffff;
  border-radius: 60px;
  padding: 60px 0 90px;
}

#sec_slider {
  background-color: #feea3b;
}

/* ----------------------------------------------------------------------------
CONTACT
---------------------------------------------------------------------------- *//*# sourceMappingURL=contact.css.map */