.imgMulta {
  display: flex;
  width: 300px;
}

.sectionHero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 0px;

  @media (max-width: 993px) {
    flex-direction: column;

  }
}

.section-title {
  text-align: center;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 10px;
}

.section-title h1 {
  font-size: 28px;
  color: #000000;
  font-family: Roboto, sans-serif;
}

.section-title p {
  font-size: 20px;
  margin: 0;
}

.feature {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.iconMulta {
  max-width: 100px;
  width: 100%;
  margin-bottom: 10px;
}

.iconMulta>svg {
  stroke: #009ed8;
}


.feature h3 {
  font-family: Roboto, sans-serif;
  color: #000000;
  margin: 10px 0;
}

.feature p {
  color: #4d4d4d;
  font-family: Roboto, sans-serif;
  margin-bottom: 30px;
}

a {
  text-decoration: none !important;
}

.dropdown-menu {
  display: none !important;
}

.dropdown-menu.show {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;

  @media screen and (max-width: 991px) {
    width: 250px !important;
  }

  li {

    a {
      padding: 0px 12px !important;

    }
  }
}

