.elementor-492 .elementor-element.elementor-element-c3f78d0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b094d05 */.past-conventions-section {
  background: #ffffff;
  padding: 110px 20px;
  font-family: 'Inter', sans-serif;
}

.past-conventions-header {
  max-width: 860px;
  margin: 0 auto 60px;
  text-align: center;
}

.pc-label {
  display: inline-block;
  color: #D4A017;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 16px;
}

.past-conventions-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #1B4D2E;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.12;
  margin: 0 0 20px;
  font-weight: 600;
}

.past-conventions-header p {
  color: #555;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.past-conventions-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pc-card {
  background: #FAF6EF;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(212, 160, 23, 0.18);
  box-shadow: 0 18px 45px rgba(27, 77, 46, 0.08);
  transition: 0.35s ease;
}

.pc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(27, 77, 46, 0.14);
}

.pc-image {
  height: 260px;
  position: relative;
  background:
    linear-gradient(rgba(27, 77, 46, 0.5), rgba(27, 77, 46, 0.5)),
    url('https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
}

.pc-year {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #D4A017;
  color: #1B4D2E;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.pc-content {
  padding: 30px;
}

.pc-content h3 {
  color: #1B4D2E;
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 16px;
  font-weight: 700;
  font-family: 'Playfair Display', Georgia, serif;
}

.pc-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 24px;
}

.pc-content a {
  color: #C0392B;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s ease;
}

.pc-content a:hover {
  color: #1B4D2E;
}

@media (max-width: 1024px) {

  .past-conventions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 768px) {

  .past-conventions-section {
    padding: 80px 18px;
  }

  .pc-image {
    height: 220px;
  }

}

@media (max-width: 560px) {

  .past-conventions-grid {
    grid-template-columns: 1fr;
  }

  .pc-content {
    padding: 24px;
  }

  .pc-content h3 {
    font-size: 24px;
  }

}/* End custom CSS */