.header-wrap {
  display: flex;
  border-bottom: 3px grey solid;
  margin-top: 1em;
}

.header-title {
  display: flex;
  width: 70%;
  flex-direction: column;
}

.header-page-desc {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: center;
}

.case-header h3 {
  color: #fff;
  align-self: center;
  text-transform: uppercase;
}

.case-title {
  height: auto;
  width: 100%;
  padding: 16px;
}

.case-title-primary {
  color: #03324C;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 1.1rem;
  margin: 24px 0 8px;
  text-transform: uppercase;
}

.case-study h1 {
  color: #03324C;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 3rem;
  line-height: 2.8rem;
  margin: 36px 0 15px;
  padding-right: 24px;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 1%;
}

.col {
  margin-bottom: 2%;
}

a, .main ul li a {
  font-family: var(--font-primary) !important;
  font-weight: var(--font-weight-normal) !important;
}



@media screen and (max-width: 1024px) {
  .case-study h1 {
    color: #03324C;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-bold);
    font-size: 2.8rem;
    line-height: 2.4rem;
    margin-bottom: 40px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 800px) {
  .header-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
