.about-header_bg_image {
  position: relative;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/gallery/22.jpg");
  background-size: cover;
  background-position: center calc(50% - 5rem);
}

.about-section-services {
  padding: 9.6rem 0;
  background-color: #fff;
}

.employee-container {
  padding-left: 9.6rem;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.employee-box {
  width: 20rem;
}

.employee-img {
  width: 25rem;
  height: 30rem;
  object-fit: cover;
  margin-bottom: 1.2rem;
}

.employee-name {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 0.6rem;
}

.employee-title {
  font-size: 1.6rem;
  color: #777;
}

.employee-dash {
  font-size: 2.6rem;
  color: #e67e22;
}

.om-os-afsnit {
  padding-top: 25rem;
}

.about-cta {
  width: 45rem;
  display: flex;
  position: absolute;
  top: -2rem;

  right: 2rem;
  display: grid;
  grid-template-columns: 1fr;

  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 8px;

  background-image: linear-gradient(to right bottom, #fff, #fff);
  overflow: hidden;
}
