.industries-page {
  font-size: 15px;
  color: #252F3E;
}

@media screen and (min-width: 992px) {
  .industries-page {
    font-size: 17px;
  }
}

.industries-page .title-svg_licensing svg {
  overflow: visible;
}

.industries-page__list {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 14px;
  list-style: none;
}

@media screen and (min-width: 992px) {
  .industries-page__list {
    margin-top: 50px;
    margin-bottom: 64px;
  }
}

.industries-page__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 20px 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.industries-page__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (min-width: 576px) {
  .industries-page__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .industries-page__item::before {
    height: 180px;
  }
}

@media screen and (min-width: 768px) {
  .industries-page__item::before {
    height: 200px;
  }
}

@media screen and (min-width: 992px) {
  .industries-page__item {
    padding: 35px 30px 0;
  }
  .industries-page__item::before {
    height: 255px;
  }
}

.industries-page__item:hover::before {
  -webkit-box-shadow: 0px 4px 17px rgba(37, 47, 62, 0.08);
          box-shadow: 0px 4px 17px rgba(37, 47, 62, 0.08);
}

.industries-page__item:hover .industries-page__item-link {
  color: inherit;
  text-decoration: underline;
}

.industries-page__item-link {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  color: #252F3E;
  margin-bottom: 18px;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .industries-page__item-link {
    min-height: 41px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .industries-page__item-link {
    min-height: 48px;
  }
}

@media screen and (min-width: 992px) {
  .industries-page__item-link {
    font-size: 20px;
  }
}

.industries-page__item-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=industries.css.map */