
.page-content-section {
  padding-bottom: 80px;
}

.content-card-pro {
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin-top: -90px;
  position: relative;
  z-index: 10;
}

.content-card-pro h1, 
.content-card-pro h2, 
.content-card-pro h3, 
.content-card-pro h4 {
  color: #1e293b;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 16px;
}

.content-card-pro h1:first-child,
.content-card-pro h2:first-child,
.content-card-pro h3:first-child {
  margin-top: 0;
}

.content-card-pro p {
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.content-card-pro ul, 
.content-card-pro ol {
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
  padding-left: 20px;
}

.content-card-pro li {
  margin-bottom: 8px;
}

.content-card-pro a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.content-card-pro a:hover {
  color: var(--primary-dark, var(--primary));
  text-decoration: underline;
}

@media (max-width: 767px) {
  .content-card-pro {
    padding: 30px 24px;
  }
}
