:root {
  --wp--preset--color---primary: #6A5BE2;
  --wp--preset--color---secondary: #505665;
  --wp--preset--color---white: #ffffff;
  --wp--preset--color---black: #000000;
  --wp--preset--color---light-grey: #bbbbbb;
  --rfg-blue: #043673;
  --rfg-dark-blue: #091f3a;
  --rfg-mid-blue: #356caf;
  --rfg-grey: #3f3f3f;
  --rfg-poppy: #ff3b50;
  --rfg-yellow: #e6bc13;
  --rfg-light-blue: #52b9e9;
  --rfg-light-grey: #dedede;
  --rfg-dark-grey: #2f2f2f;
  --font-default: 'frutiger_lt_std55_roman', sans-serif;
  --font-size-default: 16px;
  --font-weight-default: 400;
  --line-height-default: 1.3;
}

.photo-feature {
  width: 100%;
  background-color: #ffffff;
}
.photo-feature__shell {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-block: 32px;
}
.photo-feature__figure {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #dedede;
}
.photo-feature__image {
  display: block;
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape) {
  .photo-feature__image {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .photo-feature__image {
    height: 220px;
  }
}
.photo-feature__caption {
  font-family: "frutiger_lt_std55_roman", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #3f3f3f;
  text-align: center;
}
