.nosotros-media-img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 0.75rem;
}

#scroll-target .border,
#scroll-target .bg-white,
#contacto-seo .border,
section .shadow-sm,
section .rounded-3 {
  overflow: hidden;
}

#scroll-target .p-4,
#scroll-target .p-lg-5 {
  height: 100%;
}

@media (max-width: 991.98px) {
  .nosotros-media-img {
    max-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .nosotros-media-img {
    max-height: 220px;
  }
}