

a {
  color: #000;
  text-decoration: none;
}
h1 {
  font-size: 1.75rem;
  font-weight: 900;
}
h2 {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 28px;
}

.section__heading {
  margin: 0 0 20px;
}

.article {
  border: 1px solid #dbdbdb;
  margin: 0 0 20px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
  position: relative;
}
.article__content {
  padding: 15px 25px 20px 15px;
}
.article__image {
  width: 100%;
}
.article__image:hover {
  opacity: 0.5;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
.article__category {
  color: var(--accent);
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  line-height: 16px;
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.article__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
}
.article__title a {
  display: block;
}
.article__title a:hover {
  color: #444;
}
.article__footer {
  color: #818181;
  font-size: 0.875rem;
  margin-top: 10px;
}
.article__author {
  font-weight: 700;
}
.article__date::before {
  content: "\2022";
  padding: 0 0.5rem;
}
/* desktop */
@media (min-width: 700px) {
  h2 {
    font-size: 1.5rem;
    line-height: 34px;
  }

  .article {
    display: flex;
  }
  .article__content {
    padding: 24px 65px 55px 29px;
  }
  .article__photo {
    order: 2;
  }
  .article__image {
    width: 395px;
    max-width: 395px;
  }
  .article__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 29px 27px;
  }
}
