.key-figure {
  padding-top: 12px;
  padding-bottom: 12px;
}

.key-figure .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 24px;
  background-color: #F9F9F9;
  border-radius: 4px;
  color: #317FCB;
  display: flex;
}

@media screen and (min-width: 991.98px) {
  .key-figure .component-content {
    min-height: 370px;
  }
}

.key-figure .component-content::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(left, #317FCB 0%, #00529F 100%);
  background: linear-gradient(90deg, #317FCB 0%, #00529F 100%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.key-figure .component-content .field-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 24px;
}

.key-figure .component-content .lines {
  margin: auto 0;
}

.key-figure .component-content .section-main-line {
  margin-bottom: 24px;
  width: 100%;
  padding: 0px 24px;
}

.key-figure .component-content .section-main-line .field-main-line, .key-figure .component-content .section-main-line .field-optional-line {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
}

.key-figure .component-content .field-sub-line {
  display: block;
  text-align: center;
  padding: 0px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}

.key-figure .component-content.font-size-medium .section-main-line .field-main-line, .key-figure .component-content.font-size-medium .section-main-line .field-optional-line {
  font-size: 44px;
  line-height: 60px;
}

.key-figure .component-content.font-size-small .section-main-line .field-main-line, .key-figure .component-content.font-size-small .section-main-line .field-optional-line {
  font-size: 36px;
  line-height: 40px;
}

.key-figure.simple {
  padding-top: 0px;
  padding-bottom: 0px;
}

.key-figure.simple .component-content {
  padding: 0px;
}

@media screen and (min-width: 991.98px) {
  .key-figure.simple .component-content {
    min-height: inherit;
  }
}

.key-figure.simple .component-content::before {
  display: none;
  background-color: none;
}

@media screen and (min-width: 991.98px) {
  .key-figure.simple .component-content {
    min-height: none;
  }
}

.key-figure.simple .component-content .section-main-line {
  padding: 0px;
}

.key-figure.simple .component-content .section-main-line .field-main-line {
  font-size: 64px;
  text-align: left;
}

.key-figure.simple .component-content .section-main-line .field-optional-line {
  color: #434B52;
  font-size: 24px;
  text-align: left;
  line-height: unset;
}

.key-figure.white-background .component-content {
  background-color: #FFF;
}

.key-figure.box-shadow .component-content {
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
}

@media screen and (min-width: 991.98px) {
  .key-figure.small .component-content {
    min-height: none;
  }
}
