/* Збільшення лого */
.u-header .u-image-1 {
  width: 180px !important;
  height: auto !important;
  max-height: 200px !important;
  margin: 20px auto 0 0 !important;
}

.u-header .u-logo-image-1 {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width: 1199px) {
  .u-header .u-image-1 {
    width: 160px !important;
    max-height: 180px !important;
  }
}

@media (max-width: 991px) {
  .u-header .u-image-1 {
    width: 140px !important;
    max-height: 160px !important;
  }
}

@media (max-width: 767px) {
  .u-header .u-image-1 {
    width: 120px !important;
    max-height: 140px !important;
  }
}

@media (max-width: 575px) {
  .u-header .u-image-1 {
    width: 100px !important;
    max-height: 120px !important;
  }
}

.u-section-1 {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 80px 0;
}

.u-section-1 .u-sheet-1 {
  min-height: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(30, 27, 75, 0.1);
}

.u-section-1 .u-text-1 {
  font-weight: 800;
  font-size: 3rem;
  color: #1e1b4b;
  margin: 0 0 30px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.u-section-1 .u-text-2 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #64748b;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 991px) {
  .u-section-1 {
    padding: 60px 0;
  }

  .u-section-1 .u-sheet-1 {
    padding: 40px 30px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .u-section-1 {
    padding: 40px 0;
  }

  .u-section-1 .u-sheet-1 {
    padding: 30px 20px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 1rem;
  }
}
