@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "VFIFonts";
  src: url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitBk-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitEl-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitLt-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Bold.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitSb-Regular.ttf") format("truetype");
}
.related-and-text.module.row {
  margin-top: 20px;
}
.related-and-text .related-and-text-content {
  max-width: 700px;
  width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}
.related-and-text .related-and-text-content .left-content {
  left: -190px;
}
@media (max-width: 1279px) {
  .related-and-text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .related-and-text {
    padding: 0 20px;
  }
}
.related-and-text .left-content {
  position: absolute;
  display: block;
  width: 172px;
}
@media (max-width: 1279px) {
  .related-and-text .left-content {
    display: none;
  }
  .related-and-text .left-content .feature-link {
    width: 100%;
  }
}
.related-and-text .feature-link {
  border-top: 1px solid rgba(55, 55, 55, 0.1);
  width: 160px;
}
.related-and-text .feature-link p.top {
  width: 100%;
  color: #373737;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 18px;
  padding: 15px 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .related-and-text .feature-link {
    width: 100%;
  }
  .related-and-text .feature-link p.top {
    padding: 15px 0;
  }
}
.related-and-text .feature-group {
  width: 160px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(55, 55, 55, 0.1);
}
@media (max-width: 1279px) {
  .related-and-text .feature-group {
    width: 100%;
    padding-bottom: 15px;
  }
}
.related-and-text .feature-group .feature-img {
  width: 160px;
}
.related-and-text .feature-group .feature-img img {
  width: 100%;
}
.related-and-text .feature-group .feature-title {
  width: 160px;
  color: #000000;
  font-family: "Libre Baskerville";
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 20px;
  padding: 15px 0;
  padding-bottom: 19px;
}
@media (max-width: 1279px) {
  .related-and-text .feature-group {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .related-and-text .feature-group .feature-title {
    display: flex;
    align-items: center;
    margin-left: 35px;
  }
}
@media (max-width: 639px) {
  .related-and-text .feature-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .related-and-text .feature-group .feature-img {
    min-width: 160px;
  }
  .related-and-text .feature-group .feature-title {
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
}

.middle-content {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-left: 0;
  padding-right: 0;
}
.middle-content .main-text p {
  margin-bottom: 15px;
}
.middle-content .media-content {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .middle-content .media-content {
    margin-bottom: 0;
  }
}
.middle-content .media-content .feature-title {
  width: 100%;
}
@media (min-width: 1280px) {
  .middle-content .media-content {
    display: none;
  }
}/*# sourceMappingURL=related_and_text.css.map */