.cdprogram-focus-areas {
  background-color: #202124;
}

.cdprogram-focus-areas-title {
  text-align: center;
  font-family: 'HKGrotesk-Med', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
}

.cdprogram-focus-areas .cdprogram-focus-area-content:nth-child(even) section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cdprogram-focus-area {
  background-color: green;
  margin: 0 auto;
}

.cdprogram-focus-area-content {
  display: block;
}

.cdprogram-focus-area-content-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cdprogram-focus-area__title {
  font-family: 'HKGrotesk-Med', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: .15em;
}

.cdprogram-focus-area__image-container {
  border-radius: 100px;
  height: 150px;
  overflow: hidden;
  width: 150px;
  margin: 1em;
}

.cdprogram-focus-area__image-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.cdprogram-focus-area__text {
  width: 80%;
}

.cdprogram-focus-area__text-desc {
  font-family: 'HKGrotesk', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  max-width: 100%;
  text-decoration: none;
}

