.exports-pro {
  margin: 42px 0 40px 0;
  padding: 2.3rem 1.4rem 2.1rem 1.4rem;
  background: linear-gradient(105deg, #fafdff 65%, #e0eefc 100%);
  border-radius: 2rem;
  box-shadow: 0 4px 24px rgba(10,65,170,0.08);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.exports-pro .section-title {
  font-family: 'Merriweather', serif;
  color: #133366;
  font-size: 2rem;
  margin-bottom: 2.1rem;
  letter-spacing: 1px;
}

.exports-grid-pro {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.1rem;
  margin-top: 0.2rem;
}

.export-service-card {
  background: rgba(255,255,255,0.97);
  border-radius: 1.2rem;
  box-shadow: 0 2px 14px #0a41aa12;
  padding: 2rem 1.2rem 1.1rem 1.2rem;
  transition: box-shadow 0.21s, transform 0.21s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 230px;
  position: relative;
  border: 1.5px solid #e4e7ee;
}

.export-service-card:hover {
  box-shadow: 0 8px 28px #0a41aa23;
  transform: translateY(-6px) scale(1.03);
  border-color: #b6ccf5;
}

.export-service-card i {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 1.1rem;
  background: linear-gradient(135deg, #0a41aa 60%, #82b1ff 100%);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px #0a41aa1a;
}

.export-service-card h3 {
  margin: 1rem 0 0.6rem 0;
  color: #124165;
  font-family: 'Merriweather', serif;
  font-size: 1.17rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.export-service-card p {
  font-family: 'Segoe UI', 'Arial', sans-serif;
  color: #425271;
  font-size: 1.01rem;
  line-height: 1.52;
  margin: 0;
}

@media (max-width: 800px) {
  .exports-grid-pro { gap: 1rem; }
  .export-service-card { min-height: 185px; padding: 1.2rem 0.6rem 0.6rem 0.6rem; }
  .exports-pro { padding: 1.1rem 0.5rem 1rem 0.5rem; }
}
