.rtf-icon-callout {
  padding: 2em;
}
@media only screen and (min-width: 980px) {
  .rtf-icon-callout.with-border {
    padding-bottom: 0;
  }
}
.rtf-icon-callout.with-border .rtf-wrap {
  border-bottom: 2px solid var(--sky);
  padding-bottom: 1.5em;
}
@media only screen and (min-width: 980px) {
  .rtf-icon-callout {
    padding: 4em 0;
  }
  .rtf-icon-callout .rtf-wrap {
    display: flex;
    justify-content: space-between;
  }
  .rtf-icon-callout .col-1,
  .rtf-icon-callout .col-2 {
    width: 48%;
  }
  .rtf-icon-callout .col-1 {
    margin-bottom: 0;
    padding-right: 80px;
  }
  .rtf-icon-callout .callout-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
  }
  .rtf-icon-callout .callout-list .callout {
    width: 46%;
    margin-left: 4%;
  }
  .rtf-icon-callout .callout-list .callout:nth-child(odd) {
    margin-left: 0;
  }
}
.rtf-icon-callout h2 {
  margin-top: 0;
}
.rtf-icon-callout .col-1 {
  margin-bottom: 30px;
}
.rtf-icon-callout .callout-list .callout {
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}
.rtf-icon-callout .callout-list .callout .icon-wrap {
  margin-right: 20px;
}
.rtf-icon-callout .callout-list .callout .icon-wrap img {
  width: 48px;
  height: 48px;
}
.rtf-icon-callout .callout-list .callout .content-wrap h3 {
  margin: 0;
  font-size: var(--fontsmobile);
}
@media only screen and (min-width: 980px) {
  .rtf-icon-callout .callout-list .callout .content-wrap h3 {
    font-size: var(--fontsdesktop);
  }
}
.rtf-icon-callout .callout-list .callout .content-wrap .callout-desc p {
  margin: 0;
}
