.c-eksperci {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-eksperci {
    margin-bottom: 60px;
  }
}
@media (min-width: 1023px) {
  .c-eksperci {
    margin-bottom: 100px;
  }
}
.c-eksperci__top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-eksperci__top {
    margin-bottom: 60px;
  }
}
@media (min-width: 1023px) {
  .c-eksperci__top {
    margin-bottom: 100px;
  }
}
.c-eksperci__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .c-eksperci__list {
    gap: 60px;
  }
}
@media (min-width: 1023px) {
  .c-eksperci__list {
    gap: 100px;
  }
}
.c-eksperci__person {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1023px) {
  .c-eksperci__person {
    flex-direction: row;
  }
}
.c-eksperci__person-name {
  color: var(--color-orange);
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-eksperci__person-name {
    font-size: 26px;
  }
}
.c-eksperci__person-position {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-eksperci__person-position {
    margin-bottom: 40px;
  }
}
@media (min-width: 1023px) {
  .c-eksperci__person--reverse {
    flex-direction: row-reverse;
  }
}
.c-eksperci__image {
  width: 100%;
  aspect-ratio: 4/6;
}
@media (min-width: 768px) {
  .c-eksperci__image {
    aspect-ratio: 350/286;
  }
}
@media (min-width: 1023px) {
  .c-eksperci__image {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .c-eksperci__image {
    width: 35%;
    max-width: 402px;
  }
}
.c-eksperci__image-img {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .c-eksperci__image-img img {
    -o-object-position: top;
       object-position: top;
  }
}
.c-eksperci__image-img img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.c-eksperci__content {
  padding: 20px;
}
@media (min-width: 768px) {
  .c-eksperci__content {
    padding: 40px;
  }
}
@media (min-width: 1023px) {
  .c-eksperci__content {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .c-eksperci__content {
    width: 68%;
    max-width: 884px;
  }
}