.sd-graphic2 {
}
.sd-graphic2-title {
  font-size: 42px;
  font-weight: 700;
  color: rgba(50, 50, 50, 1);
  line-height: 59px;
  margin-bottom: 43px;
}
.sd-graphic2-text {
  margin-bottom: 32px;
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 60px;
}
.sd-graphic2-images {
  margin: 0 -8px 16px -8px;
  display: flex;
  flex-wrap: wrap;
}
.sd-graphic2-image-big {
  width: 50%;
}
.sd-graphic2-image-small {
  width: 33.3333%;
}
.sd-graphic2-image-item {
  margin: 0 8px 16px 8px;
  height: 0;
  position: relative;
  padding-bottom: calc(100% - 16px);
}
.sd-graphic2-image {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
}
.sd-graphic2-editable {
  text-align: right;
  padding-bottom: 48px;
  position: relative;
  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    transform: scaleY(0.5);
  }
}
.sd-graphic2-edit {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 33px;
  margin-left: 32px;
}
