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

.notes h4 {
  margin: 25px 0;
}

.note {
  width: 100%;
  display: flex;
  margin: 10px 0;
}
.note a {
  display: block;
  line-height: 1.25em;
}
.note h2 {
  font-size: 500;
  font-weight: bold;
}
.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-left: 20px;
  margin-bottom: 20px;
}
.note-highlight .section-right .tag {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1em;
}

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

.note .content-preview a span {
  margin-left: 5px;
}

.note .content-preview .margin {
  margin: 10px 0;
}

.note .bottom {
  margin-top: auto;
}
.mobile-tag-header {
  display: none;
}

@media screen and (max-width: 45em) {
  .mobile-tag-header {
    display: block;
  }
  .header-separator {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    margin-left: -5vw;
    width: 100vw;
  }
  .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: 26px;
    margin: 20px 0 5px 0;
  }
  .note-highlight .section-right .tag {
    display: block;
    margin-top: 30px;
    font-size: 18px;
  }
  .note-highlight .section-right .description {
    margin-top: 20px;
    line-height: 25px;
    font-size: 18px;
  }
  .note-highlight .section-right a.blue {
    font-size: 16px;
  }
  .note .content-preview {
    margin-left: 0px;
  }
  .note .content-preview .tag {
    margin-top: 30px;
  }
  .note .content-preview .description {
    margin-top: 20px;
  }
  .note {
    flex-direction: column;
  }
  .note img {
    display: block;
    max-width: 100vw;
    width: auto;
    margin: 0 -5vw;
    min-width: inherit;
    min-height: inherit;
    width: inherit;
    height: inherit;
  }
  .note time {
    display: none;
  }
  .note-highlight .time {
    display: none;
  }
  .note .time {
    display: none;
  }
  .separator {
    display: none;
  }
}
