.operation-heads-containers {
  margin-top: 1.4rem;
}

.operation-heads-containers__title {
  font-size: 0.727rem;
  color: var(--brandColor);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .operation-heads-containers__title {
    font-size: 0.603rem;
    color: var(--brandColor);
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .operation-heads-containers .leadership-container__card-image-container {
    width: 7.818rem;
    height: 7.818rem;
  }
}

.operation-heads-containers .leadership-container__cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.operation-heads-containers .leadership-container__card {
  width: 7.81em;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .operation-heads-containers .leadership-container__cards {
    gap: 0.5rem !important;
    margin-top: 0;
    margin-top: 0.6rem;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: ;
  }
  .operation-heads-containers .leadership-container__card {
    width: 10.16rem;
  }
}

.operation-heads-containers .leadership-container__card-name {
  font-size: 0.727rem;
}
@media screen and (max-width: 768px) {
  .operation-heads-containers .leadership-container__card-name {
    /* height: 1.636rem; */
    line-height: 110%;
  }
}
@media screen and (min-width: 768px) {
  .operation-heads-containers .leadership-container__card-name {
  }
}

.operation-heads-containers .leadership-container__card-designation {
  font-size: 0.636rem;
}
@media screen and (min-width: 768px) {
  .operation-heads-containers .leadership-container__card-designation {
  }
}

.operation-heads-containers .leadership-container__card-description {
  margin-top: 0.5rem;
  font-size: 0.545rem;
}
@media screen and (min-width: 768px) {
  .operation-heads-containers .leadership-container__card-description {
    margin-top: 0.2rem;
    font-size: 0.336rem;
  }
}
