.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;
  position: relative;
}

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

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

.should-know__feature-title {
  font-size: 24px;
  margin-bottom: 12px;
}
/* 
.calls-include .should-know__feature-title {
  color: var(--neutrals-600, #292b2e);

  font-family: Modern Era;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
} */

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

/* .calls-include .should-know__feature-description {
  color: var(--neutrals-600, #292b2e);

  
  font-family: Modern Era;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.calls-include .should-know__feature-description strong {
  color: var(--neutrals-600, #292b2e);

 
  font-family: Modern Era;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
} */

.text-card-light {
  color: var(--neutrals-500, #56575A);

/* [Primary] ModernEra/Body/Small/Regular */
font-family: Modern Era;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
}
.text-card-light span {
  color: var(--neutrals-500, #56575A);

  /* [Primary] ModernEra/Body/Small/Underline */
  font-family: Modern Era;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration-line: underline;
}

.should-know__feature_content > div > a {
  color: #292b2e !important;
  text-decoration: underline !important;
}
.should-know__feature_content > div > img {
  top: 3px;
  position: relative;
}

.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: 900px) {
  .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: 900px) {
  .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;
  }
}

.should-know__feature-description ~ div {
  width: 100%;
  
}
body .should-know__feature-description ~ div img.img-arrow-should-now{
  max-width: 25px;
  margin-left: 10px;
  display: inline;
}
