main {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, #fffbf5 150px, #ffeacb 300px, #ffeacb 100%);
}

.news-list {
  background: rgba(255, 255, 255, 0.75);
  padding: 1rem 1.75rem;
  border-radius: 1.75rem;
}
@media screen and (max-width: 3000px) {
  .news-list {
    border-radius: 0;
  }
}
.news-list .news-item:last-child {
  border-bottom: none;
}

.reasons .reason-item:first-child .reason-item_title > div:last-child:after {
  width: 15rem;
}
.reasons .reason-item:nth-child(2) .reason-item_title > div:last-child:after {
  width: 5rem;
}
.reasons .reason-item:nth-child(3) .reason-item_title > div:first-child:after {
  width: 17rem;
}
.reasons .reason-item:nth-child(3) .reason-item_title > div:last-child:after {
  width: 13rem;
}
.reasons .reason-item:nth-child(4) .reason-item_title > div:first-child:after {
  width: 16rem;
}
.reasons .reason-item:nth-child(4) .reason-item_title > div:last-child:after {
  width: 12rem;
}

@media screen and (max-width: 3000px) {
  [data-design-type=news_list] {
    padding: 0;
  }
}

[data-design-type=type7] {
  background: linear-gradient(180deg, #ffeacb 0%, #ffeacb 250px, #fffbf5 250px, #fffbf5 100%);
}
@media screen and (max-width: 3000px) {
  [data-design-type=type7] {
    background: linear-gradient(180deg, #ffeacb 0%, #ffeacb 180px, #fffbf5 180px, #fffbf5 100%);
  }
}

[data-design-type=type8] {
  background: #ff8644;
}

[data-design-type=blog] {
  background: white;
}

[data-design-type=instructor] {
  background: #fff2df;
}