.icon {
  display: block;
  margin: 0 auto 8px auto;
  height: 125px;
  width: 135px;
}

.intro {
  font-size: 16px;
  margin-bottom: 20px;
}
.underline {
  text-decoration: underline;
}
.highlight {
  background: #fff5cc;
  border-radius: 2px;
  padding: 0 2px;
}

.text-center h3 {
  font-size: 1rem;
}
b,
strong {
  font-weight: 700;
}

.jr-flex-responsive {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.jr-col {
  flex: 1 1 300px;
  min-width: 260px;
  box-sizing: border-box;
}

.jr-col-img {
  flex: 0 0 400px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.jr-img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  object-fit: contain;
}

.jr-caption {
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.3;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.jr-col-text.jr-align-to-img {
  flex: 1 1 0;
  max-width: 400px;
  padding: 16px 0 0 0;
  font-size: 15px;
  line-height: 1.4;
  height: auto;
  display: block;
}
.jr-col-text.jr-align-to-img > p {
  margin: 0;
  height: auto;
  display: block;
}

.jr-row-align {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.jr-text-align,
.jr-img-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jr-img-align {
  align-items: center;
}

.jr-text-float-img {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
.jr-float-img {
  float: right;
  width: 350px;
  max-width: 45%;
  margin-left: 24px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #f9f9f9;
  display: block;
}
.jr-caption.float-caption {
  clear: right;
  text-align: right;
  font-size: 13px;
  margin-top: -8px;
  color: #555;
  max-width: 350px;
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
}

.iconos img {
  width: 150px;
}

@media (max-width: 1199px) {
  .jr-flex-responsive,
  .jr-row-align {
    flex-direction: column;
    gap: 1.3rem;
    align-items: stretch;
  }
  .jr-col-img,
  .jr-col,
  .jr-img-align,
  .jr-img-responsive,
  .jr-col-text.jr-align-to-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .jr-col-text.jr-align-to-img {
    font-size: 14px;
  }

  .jr-float-img,
  .jr-caption.float-caption {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 auto 12px auto;
    text-align: center;
    clear: both;
  }
}

@media (max-width: 600px) {
  .jr-flex-responsive {
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 1rem;
  }
  .jr-col {
    padding: 0;
    min-width: unset;
  }
  .jr-caption {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .jr-flex-responsive {
    gap: 0.7rem;
  }
  .jr-caption {
    font-size: 11px;
    padding: 0 2px;
  }
}
