
.section-title {
  text-align: left;
  color: #005fa3;
  font-size: 20px;
  margin-bottom: 10px;
}

.section-title span {
  font-size: 16px;
  color: #666;
}

.logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.logo-img {
  max-width: 150px;
  max-height: 80px;
  object-fit: contain;
}

.contact-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-top: 40px;
}

.contact-left {
  flex: 1;
  min-width: 280px;
}

.contact-title {
  font-size: 22px;
  color: #005fa3;
  margin-bottom: 20px;
}

.contact-info {
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
}

.contact-info a {
  color: #005fa3;
  text-decoration: none;
}

.support-img {
  max-width: 200px;
  margin-left: auto;
}