.target-section {
  background: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.content-wrap {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 60px 0;
}

.section-title {
  color: #2c3e50;
  font-size: 32px;
  margin-bottom: 40px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.profile-card {
  background-image: linear-gradient(180deg, #0B73D00F 0%, #0B73D005 100%);
  padding: 40px 30px;
  border-radius: 16px;
  border: 2px solid #317ffe;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  font-weight: 600;
  color: #2c3e50;
  font-size: 17px;
}
