.content-card-grid {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #5E5E5E;
}
@media (min-width: 768px) {
  .content-card-grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.content-card-grid__content {
  display: flex;
  gap: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .content-card-grid__content {
    gap: 30px;
  }
}

.content-card-grid__content-entry-button {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .content-card-grid__content.content-card-grid__content--reverse {
    flex-direction: row-reverse;
  }
}

.content-card-grid__content-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* max-width: 820px; */
  margin: auto;
}

.content-card-grid__content-top .content-card-grid__content-heading {
  line-height: 50px;
  margin-bottom: 0;
}

.content-card-grid__content-entries {
  margin: 32px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .content-card-grid__content-entries {
    flex-direction: row;
  }
}

.content-card-grid__content-entry {
  display: flex;
  line-height: 24px;
  flex-direction: column;
  max-width: none;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .content-card-grid__content-entry {
    margin-bottom: 50px !important;
  }
}

.content-card-grid__content-entry-content {
  padding: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.content-card-grid__content-entry-content-inner {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.content-card-grid__content-entry-title {
  font-size: 18px;
  color: #0070B9;
  line-height: 22.5px;
  font-weight: 600;
}

.content-card-grid__content-entry-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  max-height:208px;
}

.content-card-grid__content-entry-image-wrap img.content-card-grid__content-entry-image {
  object-fit:cover;
  object-position:top;
  width:100%;
  height:100%;
  max-height: inherit;
}

.bg-true-blue {
  background-color: #0070B9;
}

.bg-bright-highlight {
  background-color: #90D9F91A;
  ;
}

.bg-dark-blue {
  background-color: #063354;
}
