.contact-seperator {
  position: relative;
  background-size: cover !important;
}
.contact-seperator:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(187deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 56%, black 90%);
  opacity: 0.45;
}
.contact-seperator__header {
  position: relative;
  padding-top: 220px;
  color: #ffffff;
  z-index: 1;
}
.contact-seperator__header-image {
  margin-bottom: 16px;
  max-width: 120px;
  max-height: 120px;
}
.contact-seperator__header-image img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-seperator__header-headline {
  max-width: 860px;
  margin-bottom: 10px;
  color: #ffffff;
}
.contact-seperator__header-jobtitle {
  margin-top: 20px;
  max-width: 860px;
  color: #ffffff;
  font-weight: 500;
}
.contact-seperator__section {
  position: relative;
  padding-bottom: 220px;
  color: #ffffff;
  z-index: 1;
}
.contact-seperator__section-text {
  margin-top: 10px;
  max-width: 860px;
}
.contact-seperator__section-contact {
  margin-top: 30px;
  max-width: 860px;
}
.contact-seperator__section-contact .section-contact__headline {
  color: #ffffff;
  font-weight: 500;
}
.contact-seperator__section-contact .section-contact__content {
  display: flex;
  max-width: 860px;
}
.contact-seperator__section-contact .section-contact__email {
  flex-basis: 50%;
}
.contact-seperator__section-contact .section-contact__email-icon {
  top: 2px;
  position: relative;
  margin-right: 16px;
}
.contact-seperator__section-contact .section-contact__tel {
  flex-basis: 50%;
}
.contact-seperator__section-contact .section-contact__tel-icon {
  top: 2px;
  position: relative;
  margin-right: 10px;
}
.contact-seperator__section .btn--wrapper {
  margin-top: 40px;
}
@media (max-width:991px) {
  .contact-seperator__header {
    padding-top: 120px;
  }
  .contact-seperator__section {
    padding-bottom: 120px;
  }
}
@media (max-width:767px) {
  .contact-seperator__header {
    padding-top: 60px;
  }
  .contact-seperator__header-image {
    max-width: 100px;
    max-height: 100px;
  }
  .contact-seperator__section {
    padding-bottom: 60px;
  }
  .contact-seperator__section .section-contact__content {
    flex-direction: column;
  }
  .contact-seperator__section .section-contact__tel {
    margin-top: 10px;
  }
  .contact-seperator__section .section-contact__tel-icon {
    margin-right: 21px;
  }
}
