.main {
  max-width: 90rem;
  margin: 5rem auto;
}

.note-excerpt-title{
  font-family: var(--font-family-logo);
  font-size:var(--font-size-medium)
}

.note-excerpt-text{
  font-family: var(--font-family-sans-bold);
font-size:var(--font-size-medium)
}

.note-header {
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.note-footer {
  padding: 6rem 0;
}
.note-date {
  color: var(--color-text-grey);
}
.note-tags {
  display: flex;
  margin-bottom: 1.5rem;
}
.note-tags li {
  margin-right: .5rem;
}
.note-tags a {
  padding: .5rem 1rem;
  display: block;
  background: var(--color-light);
}
.note-tags a:hover {
  background: var(--color-black);
  color: var(--color-white);
}

@media only screen and (max-width: 1400px) {
  .main{
      margin: 40px 20px;
      }

      .text figure {
    margin: 0rem 0;
}
}

@media only screen and (max-width: 992px) {
  .main{
      margin: 20px 20px;
      }

      .text figure {
       margin: 0rem 0;
    }
}