.paragraph--type--highlight-section-w-three-cards {
  position: relative;
  /* padding-top: 56px; */
  /* padding-bottom: 56px; */
  padding: 56px 0px;
  z-index: 0;
}
.paragraph--type--highlight-section-w-three-cards:before {
  background-color: rgb(65, 105, 226);
  background-size: 100%;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  background-position: top;
  z-index: -1;
  top: 0;
}
@media (max-width: 1400px) {
  .paragraph--type--highlight-section-w-three-cards {
    padding: 32px 0px 12px 0px;
  }
}
.paragraph--type--highlight-section-w-three-cards .field--name-field-card {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .paragraph--type--highlight-section-w-three-cards .field--name-field-card {
    display: block;
  }
}
.paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item {
  width: calc(33.3333333333% - 10px);
}
@media (max-width: 767px) {
  .paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card {
  border-radius: 10px;
  border-color: rgb(25, 25, 112);
  padding: 16px 26px 24px 24px;
  background-color: rgb(255, 255, 255);
  width: 100%;
}
.paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card:hover {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
}
.paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card:active {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.14);
  background-color: rgb(224, 227, 232);
  border-radius: 10px;
}
.paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card:focus {
  border: 2px solid rgb(65, 105, 226);
  border-radius: 10px;
}
.paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card.ext svg.ext {
  display: none;
}
.paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card .tag-card {
  color: rgb(25, 25, 112);
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  margin: 0;
  position: relative;
  padding-right: 20px;
  display: block;
  width: fit-content;
}
@media (max-width: 1024px) {
  .paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card .tag-card {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card .tag-card {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card .tag-card {
    padding-right: 20px;
  }
}
.paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card .title-card {
  color: rgb(26, 26, 28);
  font-family: "Lora Regular", serif;
  font-size: 24px;
  font-weight: bold;
  height: 105px;
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card .title-card {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  .paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card .title-card {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--highlight-section-w-three-cards .field--name-field-card .field--item .related-link-card .title-card {
    height: fit-content;
    max-height: 75px;
    height: 75px;
  }
}

@media (max-width: 767px) {
  #main.main-container.landing-page-with-sidebar .paragraph--type--highlight-section-w-three-cards {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .node--type-landing-page .paragraph--type--highlight-section-w-three-cards {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
