.event-desc {
  padding: 60px 0;
  background: #f9f6f0;
  text-align: center;
  border-top: 1px solid #ddd5c0;
  border-bottom: 1px solid #ddd5c0;
   position: relative;
  overflow: hidden;
}

.event-desc .section-eyebrow {
  margin-bottom: 18px;
}

.event-tagline {
  font-size: 2.75rem !important;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.event-tagline strong {
  font-weight: 600;
  font-style: normal;
}

.event-body {
  /* font-family: "EB Garamond", serif; */
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  max-width: 680px;
  margin: 0 auto;
}

.event-body strong {
  font-weight: 500;
  color: #1a1a1a;
}
.main-title {
    font-weight: 600;
    color: rgb(26, 26, 26);
    margin-bottom: 10px;
    font-size: 28px !important;
}
.section-eyebrow {
    display: block;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgb(136, 136, 136);
    margin-bottom: 8px;
}
.details-year-bg.left {
  left: 10px;
}
.details-year-bg.right {
  right: 10px;
}
.details-year-bg {
  position: absolute;
  font-size: clamp(100px, 18vw, 200px);
  font-weight: 700;
  color: rgba(0, 48, 135, 0.06);
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  pointer-events: none;
  line-height: 1;
}
.details-grid {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}.detail-card {
  flex: 1;
  min-width: 140px;
  padding: 24px 16px;
  text-align: center;
  position: relative;
}

.detail-card + .detail-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: #ddd5c0;
}

.detail-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #c9a84c;
  border-radius: 50%;
  color: #c9a84c;
}

.detail-icon svg {
  width: 20px;
  height: 20px;
}

.detail-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 6px;
  display: block;
}

.detail-value {
  /* font-family: "Playfair Display", serif; */
  font-size: 16px;
  font-weight: 600;
  color: #003087;
  line-height: 1.4;
}

.divider-line {
  margin-bottom: 40px;
}
.detail-icon img{max-width:80%;}

@media (max-width: 767px) {
  .details-year-bg.left {
  font-size: 4rem !important;
}
.details-year-bg.right {
  font-size: 4rem !important;
}
}