:root {
  --font-size-50: 11px;
  --font-size-75: 14px;
  --font-size-100: 17px;
  --font-size-200: 21px;
  --font-size-250: 22px;
  --font-size-300: 27px;
  --font-size-400: 33px;
  --font-size-500: 42px;
  --font-size-600: 52px;
  --font-size-700: 65px;
  --font-size-800: 81px;
  --font-size-900: 101px;
  --font-size-1000: 127px;
  --font-size-1100: 158px;
  --font-size-1200: 198px;
  --font-size-1300: 247px;
  --font-size-1400: 309px;
  --font-size-1500: 387px;
  --line-height-50: 17px;
  --line-height-75: 19px;
  --line-height-100: 23px;
  --line-height-200: 27px;
  --line-height-250: 30px;
  --line-height-300: 33px;
  --line-height-400: 39px;
  --line-height-500: 48px;
  --line-height-600: 72px;
  --line-height-700: 63px;
  --line-height-800: 79px;
  --line-height-900: 98px;
  --line-height-1000: 123x;
  --line-height-1100: 154px;
  --line-height-1200: 192px;
  --line-height-1300: 240px;
  --line-height-1400: 300px;
  --line-height-1500: 375px;
}

.related-content .section-header h3 {
  font-size: var(--font-size-300);
  line-height: var(--line-height-300);
  color: #42445C;
}
@media (min-width: 992px) {
  .related-content .section-header h3 {
    font-size: var(--font-size-400);
    line-height: var(--line-height-400);
  }
}
.related-content .section-header h2 {
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
  color: #42445C;
  margin: 0;
}
@media (min-width: 992px) {
  .related-content .section-header h2 {
    font-size: var(--font-size-300);
    line-height: var(--line-height-300);
  }
}
.related-content .section-header p {
  margin-top: 15px;
  display: block;
}
@media (min-width: 992px) {
  .related-content .section-header p {
    margin-top: 25px;
  }
}
.related-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0;
}
.related-content .related-items-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
  column-gap: 25px;
  padding: 20px;
}
@media (min-width: 768px) {
  .related-content .related-items-container {
    display: flex;
  }
}
@media (min-width: 768px) {
  .related-content .related-items-container {
    padding: 20px 0;
  }
}
.related-content .related-items-container h2 {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
  color: #42445C;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-content .related-items-container h2:hover {
  color: #FEC72F;
}
.related-content .related-items-container a {
  color: #42445C;
  text-decoration: none;
}
.related-content .featured-related-outer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .related-content .featured-related-outer {
    flex-direction: row;
  }
}
.related-content .related-item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  padding-bottom: 50px;
  box-shadow: 0px 2px 2px rgba(45, 32, 31, 0.15), 0px 5px 10px rgba(149, 145, 142, 0.1);
}
@media (min-width: 768px) {
  .related-content .related-item {
    width: 33.3%;
  }
}
.related-content .related-item .post-type {
  position: absolute;
  background: #FEC72F;
  color: #42445C;
  top: 30px;
  right: 0;
  padding: 11px 12px;
  border-radius: 10px 0px 0px 10px;
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-100);
  line-height: var(--line-height-100);
  text-transform: capitalize;
}
.related-content .related-item img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.related-content .related-item .related-inner {
  padding: 20px;
}
.related-content .related-footer {
  position: absolute;
  border-top: 1px solid grey;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.related-content .related-footer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 175%;
  color: #1A1C30;
  width: 100%;
  text-align: end;
}
.related-content .related-footer a:hover {
  color: #FEC72F;
}
.related-content .featured-item {
  height: 100%;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 2px 2px rgba(45, 32, 31, 0.15), 0px 5px 10px rgba(149, 145, 142, 0.1);
  border-radius: 20px;
  min-width: 300px;
  margin-bottom: 25px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (min-width: 992px) {
  .related-content .featured-item {
    margin-left: 50px;
    margin-bottom: 0;
  }
}
.related-content .featured-item h2, .related-content .featured-item h2 span {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: var(--font-size-300);
  line-height: var(--line-height-300);
  color: #42445C;
  text-align: center;
  margin-bottom: 30px;
}
.related-content .featured-item h2:hover, .related-content .featured-item h2 span:hover {
  color: #FEC72F;
}
.related-content .featured-item h2 span {
  text-transform: capitalize;
}
.related-content .featured-item a {
  color: #42445C;
  text-decoration: none;
}
.related-content .featured-item img {
  margin-bottom: 17px;
}

/*# sourceMappingURL=related-content.css.map */
