section.image-text .flex-1 {
  flex: 1 !important;
}

section.image-text h3 {
  color: var(--bs-primary);
}

@media (max-width: 992px) {
  section.image-text p {
    font-size: 0.8rem !important;
  }
  section.image-text .text {
    order: -1;
  }
}

section.image-text h2 {
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  section.image-text h2 {
    font-size: 1.4rem;
  }
}

section.image-text hr {
  border-color: var(--bs-primary) !important;
}

@media (max-width: 992px) {
  section.image-text .flex-1 {
    min-width: 100%;
  }
}

section.image-text .flex-1 img {
  max-height: 500px;
}

section.image-text ul li {
  font-size: 1.2rem;
}

@media (max-width: 992px) {
  section.image-text ul li {
    font-size: 1rem;
  }
}

section.image-text ul li:not(:last-child) {
  margin-bottom: 1.2rem !important;
}

section.image-text ul li::before {
  top: 1px;
}

@media (max-width: 992px) {
  section.image-text ul li::before {
    transform: scale(0.85);
  }
}

section.image-text .logo-gallery .logo-item {
  position: relative;
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  filter: grayscale(1);
  padding: 1rem;
  aspect-ratio: 16 / 9;
}

section.image-text .logo-gallery .logo-item:hover {
  filter: none;
  transition: 0.2s ease-in-out all;
  opacity: 1;
}

section.image-text .logo-gallery .logo-item a {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.image-text .logo-gallery .logo-item img {
  height: auto;
  width: 65%;
  object-fit: contain;
}

@media (max-width: 768px) {
  section.image-text .logo-gallery .logo-item img {
    height: auto;
    width: 100%;
  }
}

section.image-text .gap-5 {
  gap: 5rem !important;
}
