.advantages {
  padding-top: 50px;
  position: relative;
}

.advantages .advantages__grid.owl-carousel {
  display: flex;
  flex-flow: wrap;
  width: 91%;
  margin: 0 auto;
  justify-content: center;
}

.advantages__feature.glide__slide {
  width: 33%;
}

.advantages__feature_container {
  border: 1px solid #DDE1E8;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px;
  justify-content: center;
  height: 100%;
  position: relative;
}

.advantages__feature_container.interior > .new-label {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 12px;
}

.advantages__feature-title {
  font-size: 24px;
  line-height: 21px;
  font-weight: 700;
  margin-top: 21px;
}

.advantages__feature-description {
  font-size: 16px;
  line-height: 21px;
  margin-top: 24px;
}

.advantages__ilus-container {
  position: absolute;
  bottom: 0;
  right: 5%;
}

.advantages__image-container img {
  height: 100%;
  width: 100%;
}

@media all and (max-width: 780px) {

  .advantages .should-know__subtitle {
    margin: 30px;
    text-align: left;
  }

  .advantages__grid {
    margin-top: 10px;
    grid-template-columns: none;
    max-width: unset;
    margin-left: 0;
    display: flex;
  }

  .advantages__feature {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 40px;
  }

  .advantages__image-container {
    background-color: unset;
    border-radius: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-self: flex-start;
    min-height: 56px;
    min-width: 56px;
    margin-bottom: 20px;
  }

  .advantages__feature-title {
    font-size: 20px;
    margin-top: 0px;
  }

  .advantages__feature-description {
    margin-top: 8px;
  }

  .advantages__ilus-container {
    display: none;
  }

  .advantages .glide__track.wrapper {
    width: 100%;
  }

  .advantages__feature {
    margin: 0;
  }
}

#block-ventajas-holafly .glide__bullets {
  display: none;
}

.advantages__grid.owl-carousel .owl-nav {
  display: none;
}

.advantages__feature {
  width: 33%;
}

.advantages .advantages__grid.owl-carousel .advantages__feature .advantages__image-container img {
  height: 100%;
  width: 50px;
}

@media all and (max-width: 900px) {
  #block-ventajas-holafly .glide__slide {
    width: unset;
    height: unset;
  }

  .advantages__feature {
    width: 100%;
  }

  #block-ventajas-holafly button.glide__bullet {
    width: 24px;
    border-width: 1px;
    width: 12px;
    background: #DDE1E8;
    border-color: #DDE1E8;
    background-clip: unset;
    appearance: unset;
    border-style: solid;
  }
  
  #block-ventajas-holafly .glide__bullets {
    text-align: center;
    display: block;
  }

  #block-ventajas-holafly button.glide__bullet.glide__bullet--active {
    border-color: black;
    background: black;
  }

  .advantages__grid .glide__slide {
    padding: 0 20px;
  }

  .advantages__feature_container {
    padding: 28px;
  }

  .rtl .advantages .should-know__subtitle {
    margin: 30px;
    text-align: right;
  }
}

@media all and (min-width: 900px) {
  .advantages {
    margin-top: 30px;
    padding-top: 50px;
    position: relative;
    background: #F8F8FB;
  }
}
