.marketing-section {
  background: #fff;
  color: #333;
  padding: 50px 0;
}

.marketing-section h2 {
  font-size: 2.5rem;
  color: #3aafa9;
  font-weight: bold;
}

.marketing-section .lead {
  color: #555;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.marketing-title {
  color: #3aafa9;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
}

.marketing-list {
  list-style-type: none;
  padding: 0;
  margin: 15px 0;
}

.marketing-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 1.1rem;
}

.marketing-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #3aafa9;
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

.cta-link {
  color: #3aafa9;
  font-weight: bold;
  text-decoration: underline;
}

.cta-link:hover {
  color: #2d8a7e;
}

@media (max-width: 768px) {
  .marketing-section h2 {
    font-size: 2rem;
  }

  .marketing-section .lead {
    font-size: 1rem;
  }

  .marketing-title {
    font-size: 1.3rem;
  }

  .marketing-list li {
    font-size: 1rem;
  }
}
