.separator {
  width: 200px;
  height: 3px;
  background-color: black;
  display: inline-block;
  margin-bottom: 10vh;
}

.notes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.notes h4 {
  margin: 25px 0;
}

.note-highlight {
  display: flex;
  flex-wrap: nowrap;
}

.note-highlight .section-left {
  width: 50%;
}

.note-highlight .section-right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  margin-left: 40px;
  margin-bottom: 20px;
}
.note-highlight .section-right .description {
  margin: 30px 0;
  font-weight: normal;
}
.note-highlight .section-right .tag {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1em;
}
.note-highlight .section-right .text {
  font-size: 1em;
}

.note-highlight .section-right h2 {
  font-size: 2.5em;
  font-weight: 400;
  margin: 30px 0 5px 0;
}

.note-highlight .section-right a.blue {
  display: inline-flex;
  align-items: center;
}
.note-highlight .section-right a span {
  margin-left: 10px;
}
.intro-separation {
  display: none;
}

.note {
  width: 100%;
  display: flex;
  margin: 10px 0;
}
.note a {
  display: block;
  line-height: 1.25em;
}
.note h2 {
  font-size: 1.8rem;
  font-weight: 500;
}
.note time {
  font-size: 1.1rem;
}

.note img {
  display: block;
  min-width: 450px;
  min-height: 315px;
  width: 450px;
  height: 315px;
}
.note .content-preview {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  align-self: end;
  margin-bottom: 20px;
  margin-left: 20px;
}

.note .content-preview .margin {
  margin: 10px 0;
}
.note .content-preview a.blue {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}
.note .content-preview a span {
  margin-left: 10px;
}

.note .bottom {
  margin-top: auto;
}

@media screen and (max-width: 45em) {
  .note-highlight {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .note-highlight .section-left {
    width: 100vw;
    margin: 0 -5vw;
  }
  .note-highlight .section-right {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .note-highlight .section-right h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 20px 0 5px 0;
  }
  .note-highlight .section-right .tag {
    display: block;
    margin-top: 30px;
    font-size: 18px;
  }
  .note .content-preview {
    margin-left: 0px;
  }
  .note-highlight .section-right .description {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 18px;
  }
  .note-highlight .section-right a.blue {
    font-size: 16px;
  }
  .intro-top-separator {
    display: block;
    margin-top: 20px;
    width: 100%;
    border-bottom: 2px solid black;
  }
  .note .content-preview .tag {
    margin-top: 30px;
    font-size: 18px;
  }
  .note .content-preview .description {
    margin-top: 20px;
    font-size: 18px;
  }
  .note {
    flex-direction: column;
  }
  .note img {
    display: block;
    width: 100vw;
    margin: 0 -5vw;
    min-width: inherit;
    min-height: inherit;
    height: inherit;
  }
  .note time {
    display: none;
  }
  .note-highlight .time {
    display: none;
  }
  .note .time {
    display: none;
  }
  .separator {
    display: none;
  }
}
