.industry-cards .industry-card {
  margin-bottom: 30px;
  position: relative;
}
.industry-cards .industry-card DIV.card__image {
  overflow: hidden;
  aspect-ratio: 535/340;
}
.industry-cards .industry-card DIV.card__image IMG {
  transition: all 0.6s ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.industry-cards .industry-card DIV.card__content {
  transition: all 0.6s ease-in-out;
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 4px 5px 0px rgba(150, 150, 150, 0.5);
  -moz-box-shadow: 1px 4px 5px 0px rgba(150, 150, 150, 0.5);
  box-shadow: 1px 4px 5px 0px rgba(150, 150, 150, 0.5);
  max-width: 85%;
  position: relative;
  top: -90px;
}
.industry-cards .industry-card DIV.card__content H4 {
  border-left: 7px solid #833987;
  margin-bottom: 0;
  padding: 40px;
}
.industry-cards .industry-card DIV.card__content H4 A {
  color: #172438;
}
.industry-cards .industry-card DIV.card__content .card__inner {
  padding: 0 40px 15px 47px;
  position: relative;
  top: -20px;
}
.industry-cards .industry-card DIV.card__content .card__inner P {
  font-size: 14px;
}
.industry-cards .industry-card DIV.card__content .card__inner .rm {
  font-size: 14px;
  padding: 7px 30px;
}
.industry-cards .industry-card DIV.card__content DIV.bar {
  transition: all 0.6s ease-in-out;
  background-color: #833987;
  height: 100%;
  max-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
}
.industry-cards .industry-card:hover DIV.card__image IMG {
  transform: scale(1.1);
}
.industry-cards .industry-card:hover DIV.card__content {
  -webkit-box-shadow: 1px 4px 5px 0px rgba(150, 150, 150, 0);
  -moz-box-shadow: 1px 4px 5px 0px rgba(150, 150, 150, 0);
  box-shadow: 1px 4px 5px 0px rgba(150, 150, 150, 0);
}
.industry-cards .industry-card:hover DIV.card__content H4 A {
  color: #833987;
}
.industry-cards .industry-card:hover DIV.card__content DIV.bar {
  max-height: 300px;
}

/*# sourceMappingURL=industry-components.css.map */
