/* ─── Сторінка "Про нас" ─── */

/* Банер */
.about-hero-row {
  background: #2f82c5;
  border-radius: 4px;
  padding: 56px 40px 52px !important;
  margin: -20px 15px 0 !important;
  text-align: center;
}
.about-hero-row h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.about-hero-row p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 580px;
  margin: 0 auto;
}

.about-intro-row::before {
  content: '';
  display: block;
  height: 1px;
  background: #ddd;
  margin-bottom: 40px;
}

/* Секція відео + текст */
.about-intro-row {
  padding: 50px 0 30px !important;
}
.about-intro-row p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}

/* Заголовки секцій з синім підкресленням */
.about-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 3px solid #2f82c5;
  display: inline-block;
  margin-bottom: 32px;
}

/* Секція директора */
.about-director-row {
  padding: 50px 0 !important;
}
.about-director-row p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 14px;
}
.about-director-row img {
  border-radius: 4px;
}

/* Секція фото */
.about-photos-row {
  padding: 20px 0 50px !important;
}
.about-photos-row .wpb_single_image {
  margin-bottom: 16px;
}
.about-photos-row .wpb_wrapper img,
.about-photos-row .vc_single_image-img {
  border-radius: 4px;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

/* Адаптив */
@media (max-width: 768px) {
  .about-hero-row {
    margin: 10px 10px 0 !important;
    padding: 40px 20px 36px !important;
  }
  .about-hero-row h1 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

.about-intro-row .wpb_video_widget .wpb_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.about-intro-row .wpb_video_widget .wpb_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-intro-row > .vc_row > .wpb_column {
  display: flex;
  align-items: center;
}
.about-intro-row > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 100%;
}

.about-director-row .vc_row {
  display: flex;
  align-items: center;
}
.about-director-row .vc_row > .wpb_column {
  float: none;
}
.about-director-row {
  padding-top: 16px !important;
}

.about-photos-row {
  padding-top: 16px !important;
}

.about-director-row .vc_row {
  display: flex;
  align-items: center;
}
.about-director-row .vc_row > .wpb_column {
  float: none;
}