.module-iban .feature {
  margin-bottom: 24px;
}
.module-iban .feature .feature-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  font-weight: 500;
}
.module-iban .feature.heading {
  font-size: 18px;
}
.module-iban .feature.heading .feature-title {
  font-size: 36px;
}
.module-iban .feature .left {
  float: left;
}
.module-iban .feature .left p {
  max-width: 500px;
}
.module-iban .feature .example-block {
  float: right;
  max-width: 505px;
  width: 100%;
}
.module-iban .feature .example-block .number-holder {
  width: 100%;
  max-width: 505px;
  display: flex;
  align-items: stretch;
  height: 60px;
  background-color: #f2f2f2;
  padding: 0 25px;
  font-size: 26px;
  margin: 75px 0;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-iban .feature .example-block .number-holder {
    font-size: 18px;
  }
}
.module-iban .feature .example-block .number-holder > span {
  position: relative;
  font-weight: 400;
}
.module-iban .feature .example-block .number-holder > span:nth-child(even) {
  border-top: 2px solid black;
  line-height: 56px;
}
.module-iban .feature .example-block .number-holder > span:nth-child(even) span.info {
  bottom: calc(100% + 5px);
}
.module-iban .feature .example-block .number-holder > span:nth-child(even):before {
  bottom: 100%;
}
.module-iban .feature .example-block .number-holder > span:nth-child(odd) {
  border-bottom: 2px solid black;
  line-height: 60px;
}
.module-iban .feature .example-block .number-holder > span:nth-child(odd) span.info {
  top: calc(100% + 5px);
}
.module-iban .feature .example-block .number-holder > span:nth-child(odd):before {
  top: 100%;
}
.module-iban .feature .example-block .number-holder > span:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background-color: black;
  height: 25px;
}
.module-iban .feature .example-block .number-holder > span.color-red {
  color: #f52033;
}
.module-iban .feature .example-block .number-holder > span.color-green {
  color: #64b22c;
}
.module-iban .feature .example-block .number-holder > span span.info {
  font-size: 13px;
  color: #000000;
  position: absolute;
  left: calc(50% + 5px);
  line-height: 1.2;
}
.module-iban .feature .clear {
  clear: both;
}


/*# sourceMappingURL=pages-Business-views-iban-c.5a9f87838be29cd482d4.css.map*/