@charset "utf-8";
.section-feeds {
  display: flex;
  justify-content: space-between;
  padding-top: 130px;
}
.section-feeds .l-side {
  width: 850px;
  text-align: left;
}
.section-feeds .l-side .title {
  font-size: 2.25rem;
  color: #3b1c95;
  line-height: 1.6;
  font-weight: 600;
}
.section-feeds .l-side .attrs {
  display: flex;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 15px;
}
.section-feeds .l-side .attrs .published,
.section-feeds .l-side .attrs .tags {
  margin-right: 40px;
}
.section-feeds .l-side .summary {
  padding: 15px 20px 15px 20px;
  background: #e4dffa;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 20px;
}
.section-feeds .r-side {
  width: 281px;
}
.section-feeds .r-side .head {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.section-feeds .r-side .block {
  line-height: 1.6;
  margin-bottom: 40px;
}
.section-feeds .r-side .block .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-feeds .r-side .block .title a {
  color: #12033a;
}
.section-feeds .r-side .block .title a:hover {
  color: #6861ff;
}
.section-feeds .r-side .block .published {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 1270px) {
  .section-feeds {
    padding-top: 0px;
    min-height: 80vh;
  }
  .section-feeds .l-side {
    padding: 40px;
  }
  .section-feeds .l-side .title {
    font-size: 2.8rem;
  }
  .section-feeds .l-side .attrs {
    font-size: 1.5rem;
  }
  .section-feeds .l-side .summary {
    font-size: 1.25rem;
  }
}
