section.body-content {
  position: relative;
  overflow: hidden;
}

.industries-feature-con {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .industries-feature-con {
    flex-flow: row wrap;
  }
}
.industries-feature-con::before, .industries-feature-con::after {
  content: "";
  position: absolute;
  left: 0;
  top: 19%;
  height: 58%;
  width: 100vw;
}
.industries-feature-con::before {
  z-index: -1;
  transform: skew(33deg);
  background: rgba(218, 216, 216, 0.2);
}
.industries-feature-con:after {
  z-index: -2;
  transform: skew(-33deg);
  width: 80vw;
  left: 10vw;
  background: #f0f0f0;
}

.featured_venture {
  color: #fff;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.featured_venture .featured-venture {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
.featured_venture .fv-content-con {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  padding: 1.5rem;
  box-sizing: border-box;
  height: 100%;
  min-height: 22rem;
}
.featured_venture .fv-bg {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background 0.5s ease-in-out;
}
#capstone .featured_venture .fv-bg {
  background: transparent;
}
.featured_venture .fv-content {
  max-width: 23rem;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-height: 22rem;
}
.featured_venture .fv-icon {
  width: 100%;
  height: auto;
  max-height: 6rem;
  text-align: center;
  transform: translateY(0);
  transition: all 0.75s ease-in-out;
}
.featured_venture .fv-icon > img {
  margin: 0 auto;
  width: auto;
  max-height: 6rem;
  max-width: 80%;
}
.featured_venture .fv-teaser {
  display: block;
  line-height: 1.25;
  margin: 1.25rem 0 0;
  max-width: 100%;
}
@media (min-width: 1120px) {
  .featured_venture .fv-teaser {
    opacity: 0;
    max-height: 0;
    transition: all 0.65s ease-in-out;
  }
}
.featured_venture .fv-teaser:empty {
  margin: 0;
}
.featured_venture .fv-teaser strong {
  font-weight: 600;
}
.featured_venture a.btn {
  margin-top: 1rem;
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1120px) {
  .featured_venture a.btn {
    opacity: 0;
    transition: all 0.3s ease-out 0.25s;
  }
}
.featured_venture a.btn:empty {
  display: none;
}
@media (min-width: 1120px) {
  .featured_venture:hover .featured-venture .fv-bg {
    background: rgba(22, 99, 204, 0.65);
    transition: background 0.5s ease-in-out;
  }
  .featured_venture:hover .featured-venture a.btn {
    opacity: 1;
    transform: translateY(25px);
    transition: all 0.3s ease-out 0.25s;
  }
  .featured_venture:hover .featured-venture.no-teaser .fv-icon {
    transform: translateY(-100px);
    transition: all 0.75s ease-in-out;
  }
  .featured_venture:hover .featured-venture.yes-teaser .fv-teaser {
    opacity: 1;
    max-height: 20rem;
    transition: all 0.85s ease-out;
  }
}

.featured_venture {
  color: #fff;
  position: relative;
  flex: 1 0 auto;
  width: 100%;
  max-width: calc(100% - 1rem);
  text-align: center;
  margin: 0.5rem auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .featured_venture {
    flex: 1 0 31%;
    max-width: 31%;
    margin: 0.5rem;
  }
}
.featured_venture .featured-venture {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: 18rem;
}
.featured_venture:nth-child(3n), .featured_venture:nth-child(3n+1) {
  top: 0;
}
@media (min-width: 768px) {
  .featured_venture:nth-child(3n), .featured_venture:nth-child(3n+1) {
    top: -5rem;
  }
}
.featured_venture .fv-content-con {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  padding: 1.5rem;
  box-sizing: border-box;
  height: 100%;
  min-height: 18rem;
}
.featured_venture .fv-bg {
  transition: background 0.75s ease-in-out;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.featured_venture .fv-content {
  max-width: 23rem;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.featured_venture .fv-icon {
  width: 100%;
  height: auto;
  max-height: 6rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  transform: translateY(0);
  transition: all 0.75s ease-in-out;
}
.featured_venture .fv-teaser {
  display: block;
  line-height: 1.25;
  margin: 1.25rem 0;
}
.featured_venture .fv-teaser:empty {
  margin: 0;
}
.featured_venture .btn:empty {
  display: none;
}