
.contact-hero-img {
  position: relative;
  z-index: 1;
  display: block;
  bottom: -100px;
  margin-top: -100px;
}

.contact-card {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
  /* border-radius: 10px; */
  overflow: hidden;
  height: 100%;
}

.contact-card-heading {
  background: var(--primary-blue);
  height: 48px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}

.contact-card-heading .h3 {
  color: #fff;
  margin-top: 0
}

.contact-card-body {
  padding: 23px 24px 16px;
  height: calc(100% - 48px)
}

.contact-card-body iframe {
    height: 100%;
}

.contact .h3 strong {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 22px;
}


/*--- MANAGEMENT ---*/
.management {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 228px;
  height: 228px;
  border-radius: 100%;
  overflow: hidden;
}

  .management img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.contact-cta {
  padding: 120px 0; 
  background: #0D9DA6;
  position: relative;
}

.cta-wave {
  position: absolute;
  top: -2px;
  margin-bottom: 48px;
}

.contact-cta::before,
.contact-cta::after {
  content: "";
  position: absolute;
  display: block;
}

.contact-cta::before {
  background: url('/images/cegunkrol/cloud-1.svg') center/contain no-repeat;
  width: 323px;
  height: 208px;
  left: 0;
  bottom: 525px;
  transform: translateX(-50%);
}

.contact-cta::after {
  background: url('/images/cegunkrol/cloud-2.svg') center/contain no-repeat;
  width: 196px;
  height: 102px;
  right: 5%;
  bottom: 39px;
}

.contact-cta .h2 {
  color: #fff;
  position: relative;
  z-index: 2;
}

.contact-cta .btn-mc-outline-primary {
  position: relative;
  z-index: 2;
  color: #fff;
  border-color: #fff;
  background: #0D9DA6;
}

.contact-cta .btn-mc-outline-primary:hover {
  color: #0D9DA6;
  background: #fff;
}

.ceo-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05), 2px 2px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.ceo-details {
  max-width: 100%;
}

.ceo-details-upper {
  position: relative;
}

.ceo-details-upper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background: #D1D3D4;
}

.contact-card-separator {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.contact-card-separator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background: #D1D3D4;
}

.ceo-details-bottom {
  height: 50%;
}

.ceo-img {
  object-fit: cover;
  object-position: center;
  min-height: 176px;
}

a.gray-link,
a.gray-link:hover {
  color: #414042 !important;
}

.certificate-link,
.certificate-link:hover {
  line-height: 30px;
  color: var(--primary-blue);
}

.certificate-link svg {
  transition: all .1s ease-in-out;
  margin-top: -1px;
}

.certificate-link:hover svg {
  margin-left: 5px;
}

.company-data-section {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}

@media only screen and (min-width: 576px) {
  .contact-hero-img {
    bottom: -120px;
    margin-top: -120px;
  }

  .ceo-details {
    min-width: 330px;
  }
}

@media only screen and (min-width: 992px) {
  .mw-lg-75 {
    max-width: 75% !important;
  }

  .ceo-card {
    min-height: 336px;
  }

  .ceo-details-upper {
    height: 50%;
  }

  .ceo-details-bottom {
    height: 50%;
  }

  .ceo-img {
    height: 100%;
  }

  .contact-hero-img {
    bottom: -140px;
  }

  .contact-cta {
    padding-bottom: 179px;
  }

  .contact-cta::before {
    bottom: 360px;
    left: 5%;
    transform: translateX(0);
  }

  .contact-cta::after {
    right: 10%;
    bottom: 61px;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-cta::before {
    bottom: 330px;
  }

  .company-data-section-1 {
    padding-top: 150px;
  }
}