.elementor-1226 .elementor-element.elementor-element-cf6f253{--display:flex;}/* Start custom CSS *//* ===============================
   ISD × ДСНС України — Співпраця
   Уніфікований стиль сторінок ISD
   Основний колір: #6291ba
================================== */
:root {
  --dm-primary: #6291ba;
  --dm-on-surface: #0b2239;
  --dm-muted: #5b6b7a;
}

.dm-partnership {
  background: #fff;
  color: var(--dm-on-surface);
  font-family: "Inter", "Roboto", sans-serif;
  line-height: 1.6;
  padding: 60px 20px;
}

.dm-container {
  max-width: 900px;
  margin: 0 auto;
}

.dm-imfad-logo {
  text-align: center;
  margin-bottom: 30px;
}

.dm-imfad-logo img {
  max-width: 260px;
  height: auto;
}

.dm-partnership h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: var(--dm-primary);
}

.dm-partnership p {
  font-size: 18px;
  margin-bottom: 16px;
  color: var(--dm-on-surface);
}

.dm-partnership strong {
  color: var(--dm-primary);
}/* End custom CSS */