.people_banner {
  top: 80px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/banner-people.jpg);
}

.people_list {
  background-color: #f3f4f4;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-top: 80px;
  /* margin-bottom: 30px; */
}

.other_people_list {
  background-color: #f3f4f4;
  padding-bottom: 100px;
  padding-top: 50px;
}

.other_people_list .narrow_text_block_content {
  padding-bottom: 100px;
}
.other_people_list .narrow_text_block {
  padding-top: 0;
  padding-right: 30px;
}

.people_list_holder {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.people_list_holder_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.other_people_list_holder_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.other_people_list_holder_inner .one_being {
  margin: 0;
  max-width: calc(25% - 15px);
  padding: 30px 30px 0;
  font-family: "Forma DJR Display", sans-serif;
}

.other_people_list_holder_inner .one_being p {
  font-size: 80%;
  margin-bottom: 1rem;
  min-height: 67px;
}

.one_being {
  background-color: #fff;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  display: block;
  width: calc(33.33% - 15px);
  padding: 30px;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9px;
  box-shadow: inset 0 2px 4px 1px rgb(217 217 217);
}

.one_being.hidden {
  height: 0;
  background-color: transparent !important;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  box-shadow: none;
}

.one_being h3.light {
  min-height: 85px;
  padding-top: 3px;
}

.one_being_text {
  font-size: 16px;
}

.one_being_image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  margin-bottom: 34px;
}

.people_button_wrapper {
  padding-top: 60px !important;
  padding-bottom: 60px;
  text-align: center !important;
}

.trojlistek .one_being h3.light {
  min-height: auto;
}
.trojlistek .one_being p {
  margin: 1rem 0;
  display: block;
  a {
    color: #00c0aa;
  }
}

@media screen and (max-width: 1440px) {
  .people_list {
    padding-top: calc(50px + (100 - 50) * ((100vw - 320px) / (1440 - 320)));
    padding-bottom: calc(50px + (100 - 50) * ((100vw - 320px) / (1440 - 320)));
  }

  .one_being h3.light {
    min-height: calc(55px + (85 - 55) * ((100vw - 320px) / (1440 - 320)));
  }

  .one_being_text {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1440 - 320)));
  }

  .people_button_wrapper {
    padding-top: calc(
      40px + (60 - 40) * ((100vw - 320px) / (1440 - 320))
    ) !important;
    padding-bottom: calc(20px + (60 - 20) * ((100vw - 320px) / (1440 - 320)));
  }
}

@media screen and (max-width: 1024px) {
  .other_people_list_holder_inner .one_being {
    width: calc(100% / 3 - 10px);
    max-width: none;
  }
  .other_people_list_holder_inner .one_being p {
    min-height: 80px;
  }
  .people_list_holder_inner .one_being {
    width: calc(50% - 8px);
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  .other_people_list_holder_inner .one_being {
    width: calc(50% - 8px);
    max-width: none;
  }
  .other_people_list_holder_inner .one_being p {
    min-height: 109px;
  }
  .people_list_holder_inner .one_being {
    width: 100%;
    max-width: none;
  }
  .other_people_list .narrow_text_block {
    padding-left: 30px !important;
  }
}
