.o-info-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
}
.o-info-content__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 720px;
  padding: 12px 4px 0;
}
.o-info-content__body h1, .o-info-content__body h2, .o-info-content__body p {
  margin: 0;
  padding: 0;
}
.o-info-content__body h1 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.o-info-content__body h2 {
  margin-top: 24px;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}
.o-info-content__body h2 b {
  margin-right: 4px;
  color: #D3034B;
  font-weight: inherit;
}
.o-info-content__body p {
  color: #555555;
  font-size: 14px;
  line-height: 1.75;
}
.o-info-content__body p[data-type="list"] {
  margin-top: 12px;
  color: #777777;
  font-size: 12px;
}
.o-info-content__body img {
  max-width: 100%;
  margin-top: 24px;
  pointer-events: none;
}
/*# sourceMappingURL=1ff533e7afdadf2483f0f4bde27fd5cc49743dc7.InfoContent.scss.map */
