.p-about-key-figures-holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-about-key-figures-items {
  display: grid;
  grid-template: auto / repeat(2, 1fr);
  gap: 20px;
}

.p-about-key-figure-item {
  gap: 20px !important;
}

.p-about-key-figure-item span {
  font-weight: 500;
  color: var(--primary-color);
}

.p-about-key-figure-banner {
  position: relative;
  height: 350px;
  margin-top: 80px;
}

.p-about-key-figure-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.p-about-key-figure-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about-key-figure-text {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 20px;
}

.p-about-key-figure-text p {
  color: var(--white);
}

.p-about-jobs {
  margin-top: 100px;
  padding: 50px 0px;
  background: #f1f1f1;
}

.p-about-jobs-content {
  position: relative;
}

.p-about-jobs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.p-about-jobs-content p {
  margin: 20px 0px 25px 0px;
}

.p-about-jobs-icon {
  position: absolute;
  bottom: -80px;
  right: 0px;
  height: 100px;
}

.p-about-jobs-icon img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.p-about-jobs-image {
  width: 100%;
}

.p-about-jobs-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 588px;
}

.p-about-fuhrpark-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 30px;
}

.p-about-fuhrpark-images {
  width: 100%;
}

.p-about-fuhrpark-swiper .swiper-wrapper,
.p-about-fuhrpark-swiper .swiper-slide {
  height: 100%;
}

.p-about-fuhrpark-image {
  width: 100%;
  height: 320px;
}

.p-about-fuhrpark-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--medium-radius);
}

.p-about-fuhrpark-list {
  display: flex;
  flex-direction: column;
}

.p-about-fuhrpark-item {
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid var(--border-color);
  padding: 20px 15px;
  display: flex;
  gap: 20px;
  transition: background-color var(--timing-function);
  text-align: left;
}

.p-about-fuhrpark-item .mini-title {
  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.p-about-fuhrpark-indicator {
  flex: 0 0 auto;
  min-width: 34px;
  opacity: 0.75;
  color: var(--border-color);
}

.p-about-fuhrpark-item.is-active {
  opacity: 1;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 992px) {
  .p-about-key-figures-holder {
    flex-direction: row;
    justify-content: space-between;
  }

  .p-about-key-figures-items {
    display: flex;
  }

  .p-about-key-figure-text p {
    width: 50%;
  }

  .p-about-jobs {
    margin-top: 200px;
    padding: 100px 0px;
  }

  .p-about-jobs-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }

  .p-about-jobs-content {
    order: 2;
  }

  .p-about-jobs-image {
    order: 1;
  }

  .p-about-jobs-image {
    width: calc(40% - 25px);
  }

  .p-about-jobs-content {
    width: calc(60% - 25px);
  }

  .p-about-jobs-icon {
    height: 200px;
  }

  .p-about-fuhrpark-items {
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
    margin-top: 40px;
  }

  .p-about-fuhrpark-images {
    width: 50%;
  }

  .p-about-fuhrpark-list {
    width: 50%;
    height: 350px;
    overflow-y: auto;
  }

  .p-about-fuhrpark-image {
    height: 350px;
  }
}

@media only screen and (min-width: 1200px) {
  .p-about-key-figures-holder .about-title-and-sub-title {
    width: 40%;
  }

  .p-about-jobs-content p {
    width: 80%;
    margin: 20px 0px 30px 0px;
  }

  .p-about-jobs-icon {
    height: 250px;
  }

  .p-about-fuhrpark-images {
    width: calc(50% - 20px);
  }

  .p-about-fuhrpark-list {
    justify-content: center;
    width: calc(50% - 20px);
  }

  .p-about-fuhrpark-items {
    align-items: center;
    gap: 60px;
  }
}

@media only screen and (min-width: 1400px) {
  .p-about-jobs-icon {
    height: 300px;
  }
}

@media only screen and (min-width: 1600px) {
  .p-about-key-figure-text p {
    width: 45%;
  }

  .p-about-jobs-icon {
    height: 350px;
  }

  .p-about-fuhrpark-image {
    height: 620px;
  }
}
