.main-hero-title {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 0 2rem 0;
  font-size: 2rem;
}

.hero-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero-list-card {
  width: 100% !important;
  display: flex;
  align-items: center !important;
}

.hero-list-card p {
  text-align: center;
}

.Main-hero-list-box {
  flex-direction: column;
}

.Main-hero-list-box {
  height: auto !important;
}

.Main-section-1 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 1rem !important;
}

.section-1-right {
  width: 50% !important;
}


#section-4 {
  margin-top: -2rem !important;
}

.section-1-left p {
  text-align: justify;
}

.lista-con-estilo {
  padding-top: 1rem;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .main-hero-title {
    padding: 0 0 1.2rem 0;
    line-height: 3rem;
  }

  .hero-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .hero-list-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }

  .Main-hero-list-box {
    height: auto !important;
    flex-direction: column;
    padding: 0 1rem;
  }

  .hero-list-card-icon {
    margin-left: 0;
    margin-bottom: 1rem;
    width: 2.5rem;
    height: auto;
  }

  .section-1-right {
    display: none !important;
  }

  .section-1-left {
    width: 100% !important;
  }

  #section-4 {
    margin-top: 0 !important;
  }
}

.section-4-card-tital h2 {
  font-size: 13px !important;
  line-height: 19px !important;
}

.section-4-card-tital span {
  padding-left: 8px;
}

.section-4-card-tital h4 {
  font-size: 11px !important;
  line-height: 16px !important;
}

.section-4-card-localizacion {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.Nuestra-Mision-box {
  width: 50%;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  text-align: justify;
}

.section-1-left p {
  width: 100% !important;
}

.Contacto-box p {
  text-align: justify;
}