body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

.cofin-section {
  background-color: #142533;
  text-align: center;
}

.cofin-section h1 {
  font-weight: 600;
  color: #FF8200;
  margin-bottom: 1rem;
}

.cofin-section p {
  font-size: 1.1rem;
}

.cofin-content h2 {
  color: #006C93;
  margin-bottom: 0.5rem;
}

.cofin-content p {
  color: #333;
  line-height: 1.6;
}

.cofin-logo {
  max-height: 100px;
  margin-top: 1rem;
}


@media (max-width: 767px) {
  .cofin-section {
    padding: 3rem 1rem;
  }

  .cofin-logo {
    max-height: 80px;
  }
}
