.guests-title {
  width: 295px;
  height: 50px;
  position: relative;
  margin: 0 auto 37px;
}
.guests-title div {
  text-transform: none;
  font-family: "Open Sans Condensed", serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--black);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.guests-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.guests-wrapper_item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.guests-wrapper_item img {
  width: 100%;
  cursor: pointer;
}
.guests-wrapper_item span {
  font-family: "Open Sans Condensed", serif;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 10px 0 20px 0;
  font-size: 18px;
  line-height: 18px;
}
