.about-page {
  --about-border: #d8e4dc;
  --about-panel-bg: rgba(255, 255, 255, 0.96);
}

.about-panels {
  display: grid;
  gap: 0.75rem;
  padding: 0.65rem 0 0.35rem;
}

.about-panels > .about-panel {
  margin-bottom: 0;
}

.about-panel {
  background: var(--about-panel-bg);
  border: 1px solid var(--about-border);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(21, 62, 117, 0.1);
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
}

.about-intro-heading {
  border-left: 5px solid #d97706;
  margin-bottom: 0.9rem;
  padding-left: 0.85rem;
}

.about-intro-heading .section-title {
  color: #153e75;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin-bottom: 0.35rem;
}

.about-intro-tagline {
  background: linear-gradient(135deg, #fff4dc, #e8f4ee);
  border: 1px solid rgba(217, 119, 6, 0.28);
  border-radius: 999px;
  color: #426FA8;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 0;
  padding: 0.35rem 0.75rem;
}

.panel-kicker {
  color: #426FA8;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.panel-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.panel-lead {
  color: #334155;
  line-height: 1.75;
  max-width: 880px;
}

.impact-panel {
  background:
    radial-gradient(circle at 12% 0%, rgba(132, 154, 255, 0.13), transparent 32%),
    linear-gradient(135deg, #1d326f, #263f82 54%, #182d63);
  border-color: rgba(126, 150, 222, 0.3);
  box-shadow: 0 9px 20px rgba(7, 20, 47, 0.12);
  overflow: hidden;
  padding-bottom: clamp(0.72rem, 1.25vw, 0.92rem);
  padding-top: clamp(0.72rem, 1.25vw, 0.92rem);
  position: relative;
}

.impact-panel::before {
  background: linear-gradient(90deg, #8aa4ff, #E0E7F1, #f4b45d);
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.impact-board-header {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.impact-board-header .section-title {
  color: #ffffff;
  font-size: clamp(1.28rem, 2.25vw, 1.72rem);
  margin-bottom: 0.25rem;
}

.impact-board-header .panel-kicker {
  color: #b9c7ff;
}

.impact-board-header p {
  color: #cbd7ff;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 0;
}

.impact-service-period {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 0.88rem !important;
  margin-top: 0.35rem;
  padding: 0.28rem 0.7rem;
}

.impact-card-grid {
  display: grid;
  gap: 0.78rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0.95rem;
}

.impact-year-form {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(207, 218, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(2, 8, 23, 0.14);
  display: flex;
  gap: 0.65rem;
  padding: 0.6rem 0.7rem;
}

.impact-year-form .form-label {
  color: #e6ecff;
  font-weight: 800;
  margin-bottom: 0;
}

.impact-year-form .form-select {
  background-color: rgba(255, 255, 255, 0.96);
  border-color: rgba(183, 199, 239, 0.8);
  color: #0b1b46;
  font-weight: 800;
  max-width: 165px;
}

.impact-card {
  background:
    linear-gradient(135deg, rgba(35,79,134, 0.86), rgba(33, 72, 91, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(2, 8, 23, 0.1);
  min-height: 138px;
  padding: 0.85rem 0.92rem;
  position: relative;
}

.impact-card:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(94, 72, 156, 0.88), rgba(82, 66, 130, 0.82));
}

.impact-card:nth-child(4) {
  background:
    linear-gradient(135deg, rgba(143, 103, 55, 0.88), rgba(109, 83, 54, 0.82));
}

.impact-card-feature {
  background:
    linear-gradient(145deg, rgba(55, 86, 166, 0.9), rgba(36, 64, 136, 0.88));
  border: 1px solid rgba(160, 180, 248, 0.2);
  box-shadow: 0 9px 18px rgba(2, 8, 23, 0.14);
  color: #ffffff;
  min-height: 138px;
}

.impact-card > span,
.impact-card-topline span {
  color: rgba(255, 255, 255, 0.86);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.impact-card strong {
  color: #ffffff;
  display: block;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.55rem, 2.55vw, 2.1rem);
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.impact-card small {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 0.86rem;
  line-height: 1.45;
}

.impact-card-topline {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.impact-card-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1rem;
  height: 34px;
  justify-content: center;
  line-height: 1;
  opacity: 0.9;
  width: 34px;
}

.impact-card-feature .impact-card-topline span,
.impact-card-feature strong,
.impact-card-feature small,
.impact-card-feature em {
  color: #ffffff;
}

.impact-card-feature .impact-card-topline span {
  opacity: 0.86;
}

.impact-card-feature strong {
  font-size: clamp(2.1rem, 4.2vw, 3.45rem);
  margin-bottom: 0.25rem;
}

.impact-card-feature small {
  font-size: 0.98rem;
  font-weight: 800;
}

.impact-note {
  background: #fff4dc;
  border: 1px solid rgba(217, 119, 6, 0.3);
  border-radius: 8px;
  color: #334155;
  font-weight: 700;
  margin-top: 0.85rem;
  padding: 0.65rem 0.8rem;
  text-align: center;
}

.about-panel-accent {
  background: linear-gradient(
    135deg,
    rgba(255, 244, 220, 0.96),
    rgba(255, 255, 255, 0.97)
  );
  border-left: 5px solid #d97706;
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 0;
  align-items: flex-start;
}

.vision-inline {
  background: linear-gradient(135deg, rgba(245, 250, 247, 0.98), rgba(255, 244, 220, 0.9));
  border: 1px solid #dde8e1;
  border-left: 4px solid #426FA8;
  border-radius: 8px;
  margin-top: 0.35rem;
  padding: 0.85rem 1rem;
}

.vision-inline span {
  color: #153e75;
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.vision-inline p {
  color: #334155;
  line-height: 1.6;
  margin-bottom: 0;
}
.building-donor-card {
  display: grid;
  gap: 0.85rem;
}

.building-donor-photo {
  background: #ffffff;
  border: 1px solid #dbe6ef;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(21, 62, 117, 0.1);
  overflow: hidden;
  padding: 0.55rem;
}

.building-donor-photo img {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.building-dedication-note {
  margin-top: 0;
}

.image-panel {
  background: #ffffff;
  border: 1px solid #dbe6ef;
  border-radius: 8px;
  overflow: hidden;
  padding: 0.5rem;
}

.image-panel img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}

.panel-grid {
  display: grid;
  gap: 1rem;
}

.panel-grid-journey {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mini-panel,
.person-panel,
.outreach-panel {
  background: #ffffff;
  border: 1px solid #dde8e1;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(21, 62, 117, 0.08);
}

.mini-panel {
  min-height: 100%;
  padding: 1rem;
}

.mini-panel span {
  align-items: center;
  background: #e8f4ee;
  border-radius: 50%;
  color: #426FA8;
  display: inline-flex;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 0.75rem;
  width: 34px;
}

.mini-panel h5 {
  color: #153e75;
  font-size: 1rem;
  margin-bottom: 0.45rem;
}

.mini-panel p {
  color: #596b7a;
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.journey-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 247, 0.98));
  overflow: hidden;
  position: relative;
}

.journey-panel::before {
  background: linear-gradient(90deg, #426FA8, #d97706, #153e75);
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.journey-panel .panel-heading {
  max-width: none;
}

.journey-panel .section-title {
  margin-bottom: 0;
}

.journey-panel .panel-grid-journey {
  gap: 0.95rem;
  position: relative;
}

.journey-panel .panel-grid-journey::before {
  background: linear-gradient(90deg, rgba(66,111,168, 0.16), rgba(217, 119, 6, 0.18), rgba(21, 62, 117, 0.16));
  content: "";
  height: 3px;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 36px;
  z-index: 0;
}

.journey-panel .mini-panel {
  background:
    linear-gradient(180deg, #ffffff, #fbfdfb);
  border-color: #E0E7F1;
  box-shadow: 0 14px 28px rgba(21, 62, 117, 0.1);
  min-height: 194px;
  padding: 1.15rem;
  position: relative;
  z-index: 1;
}

.journey-panel .mini-panel::after {
  background: linear-gradient(180deg, #426FA8, #d97706);
  border-radius: 999px;
  bottom: 1rem;
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 4px;
}

.journey-panel .mini-panel:nth-child(3)::after,
.journey-panel .mini-panel:nth-child(5)::after {
  background: linear-gradient(180deg, #153e75, #426FA8);
}

.journey-panel .mini-panel span {
  background: #e8f4ee;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 18px rgba(66,111,168, 0.16);
  color: #426FA8;
  height: 44px;
  margin-bottom: 0.9rem;
  width: 44px;
}

.journey-panel .mini-panel h5 {
  font-size: 1.03rem;
  font-weight: 800;
  padding-right: 0.55rem;
}

.journey-panel .mini-panel p {
  color: #4b5f73;
  font-size: 0.94rem;
  padding-right: 0.55rem;
}

.affiliation-image-panel img {
  aspect-ratio: auto;
  max-height: 190px;
  object-fit: contain;
  width: auto;
}

.wtt-logo-panel,
.kpk-photo-panel {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  min-height: 230px;
  padding: 0;
}

.kpk-photo-panel img {
  aspect-ratio: auto;
  max-height: 230px;
  object-fit: contain;
  object-position: center top;
  width: auto;
}

.wtt-logo-panel img {
  max-width: 220px;
}

.person-panel {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: 100%;
  padding: 1rem;
}

.person-panel h5 {
  color: #153e75;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.guidance-panel {
  background:
    linear-gradient(135deg, rgba(245, 250, 247, 0.98), rgba(255, 252, 246, 0.98));
  overflow: hidden;
  position: relative;
}

.guidance-panel::before {
  background: linear-gradient(90deg, #153e75, #426FA8, #d97706);
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.guidance-panel-heading {
  margin-bottom: 0.85rem;
  text-align: center;
}

.guidance-panel-heading .section-title {
  margin-bottom: 0;
}

.guidance-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guidance-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dde8e1;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(21, 62, 117, 0.08);
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: 1rem;
}

.guidance-media {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dde8e1;
  border-radius: 0;
  display: flex;
  justify-content: center;
  min-height: 96px;
  order: -1;
  padding: 0 0 0.85rem;
}

.guidance-card-kpk .guidance-media {
  min-height: 0;
  order: 0;
  padding: 0;
}

.guidance-media img {
  background: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(21, 62, 117, 0.14);
  max-height: 92px;
  max-width: 100%;
  object-fit: contain;
}

.guidance-card-kpk .guidance-media img {
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  height: 132px;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  width: 104px;
}

.guidance-copy h4 {
  color: #153e75;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.guidance-years {
  color: #64748b;
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  margin-top: 0.15rem;
}

.kpk-title-block {
  align-items: center;
  display: flex;
}

.kpk-title-block h4 {
  margin-bottom: 0;
}

.kpk-card-head {
  align-items: center;
  border-bottom: 1px solid #dde8e1;
  display: grid;
  gap: 1rem;
  grid-template-columns: 112px 1fr;
  order: -1;
  padding-bottom: 0.9rem;
}

.guidance-copy p {
  color: #4b5f73;
  line-height: 1.58;
  margin-bottom: 0.55rem;
}

.founders-feature-panel {
  background:
    linear-gradient(135deg, rgba(245, 250, 247, 0.98), rgba(255, 252, 246, 0.98));
  overflow: hidden;
  position: relative;
}

.founders-feature-panel::before {
  background: linear-gradient(90deg, #426FA8, #d97706, #153e75);
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.founders-feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.founder-feature {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dde8e1;
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: 112px 1fr;
  padding: 1rem;
  position: relative;
}

.founder-feature::after {
  background: #fff4dc;
  border-radius: 999px;
  content: "";
  height: 56px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 56px;
  z-index: 0;
}

.founder-feature img,
.founder-feature-content {
  position: relative;
  z-index: 1;
}

.founder-feature img {
  aspect-ratio: 1 / 1;
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(21, 62, 117, 0.14);
  height: 110px;
  object-fit: cover;
  width: 110px;
}

.founder-feature h5 {
  color: #153e75;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.founder-feature p {
  color: #596b7a;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.founder-feature a {
  align-items: center;
  background: #e8f4ee;
  border: 1px solid rgba(66,111,168, 0.24);
  border-radius: 999px;
  color: #426FA8;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.45rem 0.75rem;
  text-decoration: none;
}

.founder-feature a:hover,
.founder-feature a:focus {
  background: #153e75;
  border-color: #153e75;
  color: #ffffff;
  text-decoration: none;
}

.wtt-website-link {
  align-items: center;
  background: #153e75;
  border: 2px solid #153e75;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(21, 62, 117, 0.18);
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  text-decoration: none;
}

.wtt-website-link::after {
  content: ">";
  font-size: 0.9rem;
  line-height: 1;
}

.wtt-website-link:hover,
.wtt-website-link:focus {
  background: #426FA8;
  border-color: #426FA8;
  color: #ffffff;
  text-decoration: none;
}

.founder-img {
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(21, 62, 117, 0.16);
  flex: 0 0 auto;
  height: 96px;
  object-fit: cover;
  width: 96px;
}

.outreach-panel-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.outreach-panel {
  color: #334155;
  font-weight: 700;
  min-height: 72px;
  padding: 1rem;
  text-align: center;
}

.outreach-feature-panel {
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.98), rgba(245, 250, 247, 0.98));
  overflow: hidden;
  position: relative;
}

.outreach-feature-panel::before {
  background: linear-gradient(90deg, #d97706, #426FA8, #153e75);
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.outreach-feature-header {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
}

.outreach-feature-header .section-title {
  margin-bottom: 0.35rem;
}

.outreach-feature-header p {
  color: #4b5f73;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 820px;
}

.outreach-feature-icon {
  align-items: center;
  background:
    linear-gradient(135deg, #153e75, #426FA8);
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(21, 62, 117, 0.16);
  color: #ffffff;
  display: inline-flex;
  font-size: 1.6rem;
  height: 70px;
  justify-content: center;
  width: 70px;
}

.outreach-service-strip {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.outreach-service-strip div {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dde8e1;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(21, 62, 117, 0.08);
  color: #153e75;
  display: flex;
  font-weight: 800;
  gap: 0.65rem;
  min-height: 58px;
  padding: 0.75rem;
}

.outreach-service-strip i {
  align-items: center;
  background: #e8f4ee;
  border-radius: 50%;
  color: #426FA8;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.outreach-locations {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #dde8e1;
  border-radius: 8px;
  margin-top: 0.85rem;
  padding: 0.9rem;
}

.outreach-locations h4 {
  color: #426FA8;
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.outreach-location-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.outreach-location-grid span {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d8e4dc;
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  padding: 0.45rem 0.7rem;
}

.outreach-location-grid span::before {
  background: #d97706;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 0.45rem;
  width: 7px;
}

@media (max-width: 991.98px) {
  .panel-grid-journey,
  .impact-card-grid,
  .founders-feature-grid,
  .guidance-grid,
  .outreach-service-strip,
  .outreach-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-card-feature {
    grid-column: 1 / -1;
    min-height: 156px;
  }

  .journey-panel .panel-grid-journey::before {
    display: none;
  }

}

@media (max-width: 575.98px) {
  .about-panels {
    gap: 0.8rem;
  }

  .panel-grid-journey,
  .impact-card-grid,
  .founders-feature-grid,
  .guidance-grid,
  .outreach-service-strip,
  .outreach-panel-grid {
    grid-template-columns: 1fr;
  }

  .outreach-feature-header {
    grid-template-columns: 1fr;
  }

  .outreach-feature-icon {
    display: none;
  }

  .impact-board-header,
  .impact-year-form {
    align-items: stretch;
    flex-direction: column;
  }

  .kpk-card-head {
    grid-template-columns: 96px 1fr;
  }

  .impact-card-feature {
    min-height: 156px;
  }

  .impact-year-form .form-select {
    max-width: none;
  }

  .journey-panel .mini-panel {
    min-height: auto;
  }

  .person-panel {
    align-items: flex-start;
  }

  .founder-feature {
    grid-template-columns: 88px 1fr;
  }

  .founder-feature img {
    height: 110px;
    width: 110px;
  }

  .wtt-logo-panel,
  .kpk-photo-panel {
    min-height: auto;
  }

  .affiliation-image-panel img,
  .kpk-photo-panel img {
    max-height: 180px;
  }

  .founder-img {
    height: 78px;
    width: 78px;
  }
}

.about-service-tenure {
  align-items: center;
  background: linear-gradient(135deg, #fff5dc, #eef7f1);
  border: 1px solid #dec483;
  border-left: 4px solid #c97a24;
  border-radius: 7px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin-top: 0.65rem;
  padding: 0.55rem 0.8rem;
}

.about-service-tenure strong {
  color: #153e75;
  font-family: "Libre Baskerville", Georgia, serif;
}

.about-service-tenure span {
  color: #234F86;
  font-size: 0.9rem;
  font-weight: 700;
}

.historical-location-panel {
  background: linear-gradient(135deg, #fffdf7, #f2f8f4);
  border-color: #d9cda7;
}

.historical-location-photo {
  background: #fff;
  border: 1px solid #d8e2dc;
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(21, 62, 117, 0.09);
  margin-inline: auto;
  max-width: 560px;
  overflow: hidden;
  padding: 0.55rem;
  width: 88%;
}

.historical-location-photo img {
  display: block;
  height: auto;
  width: 100%;
}

.historical-location-photo figcaption {
  color: #596b7a;
  font-size: 0.82rem;
  line-height: 1.45;
  padding: 0.65rem 0.45rem 0.2rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .historical-location-photo {
    width: 100%;
  }
}
