.str-persons-main-container:not(.swiper-wrapper) {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.str-persons-main-container .str-person-single-container {
  display: flex;
  flex-direction: column;
  width: 297px;
}
.str-persons-main-container .str-person-single-container a {
  padding: 35px 16px 20px;
  border-radius: 7px;
  border: 3px solid #e9e8ed;
  display: flex;
  height: 330px;
  flex-direction: column;
  text-align: center;
}
.str-persons-main-container .str-person-single-container a img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.str-persons-main-container .str-person-single-container a .persons-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  margin-bottom: 9px;
}
.str-persons-main-container .str-person-single-container a .persons-short-bio {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #ff8200;
  line-height: normal;
  margin: 0;
}
.str-persons-main-container .str-person-single-container .str-person-image {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 600px;
  height: 300px;
}

.swiper-container {
  overflow: hidden;
}

.swiper-swipe-buttons-container {
  position: absolute;
  top: -35px;
  right: 35px;
}
.swiper-swipe-buttons-container .swiper-button-prev {
  left: -73px;
  width: 43px;
  height: 43px;
  background: #ae765c;
  border-radius: 50%;
}
.swiper-swipe-buttons-container .swiper-button-prev:after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}
.swiper-swipe-buttons-container .swiper-button-next {
  left: -10px;
  width: 43px;
  height: 43px;
  background: #ae765c;
  border-radius: 50%;
}
.swiper-swipe-buttons-container .swiper-button-next:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

/*# sourceMappingURL=persons-frontend.css.map */
