.main-cnr {
  background: #fff url(../images/light-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom;
}
.main-cnr .news-stories-cnr .h1 {
  font-size: 32px;
  font-weight: 400;
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin: 0 auto;
}
.main-cnr .news-stories-cnr .h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.main-cnr .news-stories-cnr .news-stories-summary {
  margin: 20px auto 40px;
}
.main-cnr .news-stories-cnr .news-stories-summary .content {
  width: 72%;
  margin: 0 auto;
}
.main-cnr .news-stories-cnr .news-stories-summary .content :is(.questions, .sub-title) {
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(90.3deg, #2c87d7 47.06%, #00ccfe 103.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 32px 0 12px;
}
.main-cnr .news-stories-cnr .news-stories-summary .content .paragraph {
  color: #475467;
  font-size: 20px;
  margin-bottom: 20px;
}
.main-cnr .news-stories-cnr .news-stories-summary .content .paragraph a {
  color: #1d72de;
}
.main-cnr .news-stories-cnr .news-stories-summary .content .item-list {
  width: 86%;
  margin: 0 auto;
}
.main-cnr .news-stories-cnr .news-stories-summary .content .item-list .list-item {
  font-size: 20px;
  color: #475467;
  margin-bottom: 20px;
  background: url(../images/diamond-icon.svg) no-repeat;
  width: 100%;
  list-style: none;
  background-position: left 28%;
  padding: 8px 0 8px 32px;
}
.main-cnr .news-stories-cnr .news-stories-summary .content::after {
  content: "";
  height: 20%;
  position: absolute;
  left: -6px;
  bottom: -4px;
  background: url(../assets/images/corner-border.svg) bottom right no-repeat;
  z-index: 1;
}/*# sourceMappingURL=news-stories-detail.css.map */