.cta-card-section {
  background: #f2f6fe;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.cta-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 700px;
  width: 100%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.cta-img {
  width: 10rem;
  height: auto;
  margin-bottom: 24px;
}

.cta-card h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #2a2e37;
}

.cta-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-main-button {
  font-size: 1rem;
  padding: 14px 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  display: block;
  background: #620000;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  text-decoration: none;
}



/* === RESPONSIVE === */
@media (max-width: 768px) {
  .cta-card-section {
    padding: 24px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }

  .cta-card {
    padding: 24px 18px;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  }

  .cta-img {
    width: 80px;
    margin: 0 auto 16px auto;
  }

  .cta-card h2 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .cta-card p {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  @media (max-width: 768px) {
  .cta-main-button {
    font-size: 1rem;
    padding: 14px 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0 auto;
    display: block;
    background: #620000;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
  }


}

}
