.should-know {
  background: #F8F8FB;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.should-know__features {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

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

.should-know__img {
  height: 48px;
  width: 48px;
  object-fit: cover;
  margin-bottom: 26px;
}

.should-know__feature-title {
  font-size: 24px;
  margin-bottom: 12px;
}

.should-know__feature-description {
  font-size: 16px;
  line-height: 130%;
}

.should-know__ilus-container {
  display: none;
}

@media all and (min-width: 780px) {
  .should-know__features.owl-carousel {
    display: flex;
    width: 91%;
    margin: 0 auto;
    justify-content: center;
  }

  .should-know h2.section-heading.wrapper {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

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

  .should-know__feature {
    width: 100%;
  }

  .section-heading {
    font-size: 28px;
    text-align: left;
    font-weight: bold;
  }

  .product-template-default .what-is-esim .section-heading{
    margin-bottom: 0;
    text-align: center;
  }

  .should-know {
    background: #F8F8FB;
  }

  .should-know__features {
    justify-content: flex-start;
    overflow: visible;
  }

  .should-know__features::-webkit-scrollbar {
    display: none;
  }

  .should-know__feature {
    background: #F8F8FB;
    border-radius: 6px;
    padding: 0;
  }

  section#block-debes-saber .glide__bullets {
    text-align: center;
    display: block;
  }

  .owl-carousel .owl-item img.should-know__img {
    height: 34px;
    width: 34px;
    margin-bottom: 24px;
  }

  .should-know__feature-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .should-know__ilus-container {
    display: none;
    position: absolute;
    top: 50px;
    right: 40px;
  }

  .should-know__feature {
    width: 100%;
  }

}

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

  .should-know__feature {
    width: 33%;
  }

  .should-know__subtitle {
    width: 90%;
    margin: 20px auto;
    padding-left: 20px;
  }

  .advantages .section-heading {
    padding-left: 20px;
  }

  .glide__track.wrapper {
    width: 91%;
  }

  .should-know__subtitle.wrapper p {
    width: 60%;
  }

  .should-know__feature_content {
    justify-content: flex-start;
  }

  .rtl section#block-debes-saber .section-heading {
    text-align: right;
  }
  
  .rtl section#block-debes-saber .section-heading {
    text-align: right;
  }
}