h1 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2.5rem;
}

h2 {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2rem;
}

h5 {
  color: #00447c;
}

hr {
  border-top: 3px solid #6c757d;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 50px;
  margin-left: 0;
}

.article-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.article-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.container {
  max-width: 960px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  h1 {
      font-size: 2rem;
  }
  h2 {
      font-size: 1.75rem;
  }
  .article-image {
      margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .btn-arrow-only {
    font-size: 1.25rem;
    padding: 0.375rem 0.75rem;
  }
}

.hero-banner {
  background: url('https://placehold.co/1600x400') center center / cover no-repeat; /* TODO replace with actual image */
  height: 400px;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  min-width: 100%;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.hero-text {
  font-size: 1.5rem;
  z-index: 2;
}

.hero-text h1 {
  font-size: 6rem;
  font-weight: bold;
}

.hero-text small {
  letter-spacing: 2px;
  font-weight: 500;
}

.press-summary {
  color: #426f9a;
}

.box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02);
  color: #4a4a4a;
  display: block;
  padding: 20px;
  padding: 1.25rem;
}
