  a:hover {
  color: #ff6a00;
  opacity: 0.7;
  transition: 0.2s ease-in-out;
}

.big-back {
  padding: 5rem 0 2rem;
}

.a-title {
  width: 100%;
}

.wrap {
  display: block;
}

span.info-bl {
  color: #2e2e2e;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
}

.a-featured {
  background-size: cover !important;
  background-position: top center !important;
  height: 65vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.a-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
  width: 88%;
  margin: 0 auto;
}

.a-head h3 {
  color: #f3b74c;
  font-family: freight-display-pro, serif;
  font-weight: 400;
  line-height: 0.778;
  margin: 0;
}

.a-head h1 {
  font-size: 45px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  margin: 2rem 0;
}

.a-cat {
  width: 100%;
}

.a-cat h5 {
  margin: 1rem 0;
}

.a-cat ul {
  list-style: none;
  width: 100%;
  padding: 0;
}

hr.a-hr {
  text-align: left;
  width: 100%;
  background: #687e8e;
  height: 2px;
  margin: 2rem 0;
}

ul.post-categories li {
  text-transform: uppercase;
}

.article-content p {
  color: #3b3b3b;
  font-family: roboto, sans-serif;
}

.article-content h2 {
  width: 100%;
  margin: 1rem 0;
  font-size: clamp(3.111rem, 4vw, 5.555rem);
}

.article-content {
  padding-bottom: 5rem;
}

@media (max-width: 892px) {
  .a-head h1 {
    font-size: 36px;
  }
  span.info-bl {
    font-size: 16px;
  }
}
