.info-box {
  width: 100%;
  max-width: 772px;
  min-height: 98px;
  border: 1px solid #e2e4e4;
  background-color: #f3f4f6;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  margin: 15px auto;
}
.info-box .box-sign-style {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  color: #ffffff;
  font-size: 44px;
}
.info-box.quote .box-sign-style {
  background: url("/wp-content/themes/goedemorgen/images/theme/quote-box-bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.info-box.info .box-sign-style {
  max-width: 48px;
  background-color: #00245d;
}
.info-box.standout .box-sign-style {
  max-width: 0px;
  content: "";
  border-left: 10px solid #325182;
  border-right: 10px solid #00245d;
}
.info-box.standout .box-sign-style.right {
  border-left: 10px solid #00245d;
  border-right: 10px solid #325182;
}
.info-box.question .box-sign-style {
  max-width: 48px;
  background-color: #007900;
}
.info-box .info-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #16283d;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
}
.info-box .info-text a {
  display: inline;
}
