body {
  background-color: #f5f5f5;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}

.pkp_structure_footer_wrapper {
  background: #082f60;
}

h1,
h2 {
  color: #003399;
}

.pkp_structure_footer {
  background: #082f60;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 1.5rem;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.partner-card {
  background-color: #eaf3ff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1rem;
  transition: transform 0.2s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
}

.partner-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

.partner-name {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
}

.partner-desc {
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  h2 {
    font-size: 1.5rem;
  }
}

.footer {
  background-color: #fde047; /* яскравий жовтий */
  padding: 2rem 1rem;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.footer-logo {
  height: 40px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.footer-text p {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
}

@media (max-width: 600px) {
  .footer-logo {
    height: 30px;
  }
}

.pkp_structure_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pkp_structure_footer {
  background-color: #fde047;
}
.pkp_structure_footer_wrapper {
  background-color: #fde047;
}

hr {
  width: 100%;
  height: 0;
}
