.mas-de-3000-centros-auditivos {
  display: flex !important;
  align-items: center;
  margin-top: clamp(0.25rem, -0.3662rem + 2.6291vw, 2rem) !important;

  & .et_pb_column:nth-child(1) {
    width: 65% !important;
    margin-right: 5% !important;
  }

  & .et_pb_column:nth-child(2) {
    width: 30% !important;
    text-align: center !important;
  }

  & .et_pb_module {
    margin-bottom: 0 !important;
  }

  & .et_pb_text {
    margin-top: 0 !important;
  }

  & p {
    text-align: center !important;
    margin-top: clamp(0.5rem, 0.3239rem + 0.7512vw, 1rem) !important;
  }

  & h3 {
    font-family: 'Poppins';
    font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem) !important;
    font-weight: 500;
    text-align: center !important;

    &:before {
      content: '🔍';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -5.5rem;
      background: #d9d9d9;
      border-radius: 1.5rem;
      width: 4.25rem;
      height: 4.25rem;
      display: grid;
      place-content: center;
      font-size: 1.25em;
    }
  }

  & .et_pb_button {
    font-size: 1.05rem !important;
  }

  /* si la seccion tiene 3 iconos (Busca, Descubre, Elige)  */

  &:has(.descubre) .et_pb_column {
    margin-top: 8rem;
    margin-right: 0 !important;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    & .descubre h3:before {
      content: '🦻';
    }

    & .elige h3:before {
      content: '☝️';
    }
  }
}

@media (width < 980px) {
  .mas-de-3000-centros-auditivos {
    display: block !important;

    & .et_pb_column:nth-child(1) {
      width: 100% !important;
      margin-right: 0% !important;
    }

    & .et_pb_column:nth-child(2) {
      margin-top: 5rem !important;
      width: 100% !important;
    }

    & h3:before {
      top: -4rem;
      border-radius: 1rem;
      width: 3rem;
      height: 3rem;
      display: grid;
      place-content: center;
      font-size: 1em;
    }

    &:has(.busca) .et_pb_column {
      margin-top: 6rem !important;
      display: grid;
      gap: 6rem;
      place-content: center;
    }
  }
}
