.the_content {
  margin-top: 120px;
  margin-bottom: 80px;
}

.the_content .blog-title {
  color: #151b2d;
  font-size: 2rem;
  line-height: 2.2;
  font-weight: 700;
  text-decoration: none;
}

.the_content .blog-date {
  color: #00bba7;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.the_content a {
  color: #00bba7;
}

.share-label {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.8rem;
}

.share-content {
  text-align: center;
  font-size: 1.25rem;
}

.social-share {
  color: #00bba7;
  text-decoration: none;
  font-weight: 700;
  width: 50px;
  background-color: #fff;
  margin: 0 5px;
}

.the_content .team-member span {
  display: block;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #151b2d;
}

.the_content .team-links {
  text-align: left;
}

.the_content .areas {
  margin-bottom: 20px;
}

.the_content .areas div:first-child {
  width: 320px;
  border: solid 1px #00bba7 !important;
  background-color: #f8fafc;
  padding: 10px 20px;
  color: #151b2d;
  border-radius: calc(.5rem - 2px);
  font-weight: 600;
  text-transform: uppercase;
  font-size: .9rem;
  text-align: center;
}

.the_content .areas div:last-child {
  text-align: left;
  padding-top: 5px;
  font-size: 1rem;
  color: #94a3b8;
}

.page-numbers:first-child {
  border-radius: 5px 0 0 5px;
}

.page-numbers:last-child {
  border-radius: 0 5px 5px 0;
}

.page-numbers {
  font-size: 15px;
  color: #00bba7;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: solid 2px #151b2d;
  margin: 0 2px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}