:export {
  primaryMidnight500: #0b111e;
  primaryWhite100: #ffffff;
  primaryGray500: #848484;
  primaryAmber400: #fa9929;
}

.industry-cmp {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
  border-radius: 8px;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  overflow: visible;
  width: 100%;
  max-width: none;
  overflow: visible;
}
@media (max-width: 480px) {
  .industry-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .industry-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .industry-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .industry-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1440px) {
  .industry-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.industry-cmp__slides-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: auto;
}

.industry-cmp__slide {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.industry-cmp__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0 24px;
  border-radius: 5px;
  text-align: center;
}

.industry-cmp__box {
  display: block;
}

.industry-cmp__box__icon {
  display: contents !important;
  font-size: 60px !important;
  height: 60px !important;
  color: #fa9929 !important;
}

.industry-cmp__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.industry-cmp__content h4 {
  color: #fff;
  margin: 25px 0 18px;
}
@media (max-width: 480px) {
  .industry-cmp__content h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .industry-cmp__content h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .industry-cmp__content h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .industry-cmp__content h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .industry-cmp__content h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}

.industry-cmp__content p {
  color: #ababab;
}
@media (max-width: 480px) {
  .industry-cmp__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .industry-cmp__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .industry-cmp__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .industry-cmp__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .industry-cmp__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Public Sans", sans-serif;
    margin: 0;
  }
}

.industry-cmp__carousel-dots {
  text-align: center;
  margin-top: 20px;
}

.industry-cmp__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.industry-cmp__dot:hover,
.industry-cmp__dot.active {
  background: #fa9929;
  border: 1px solid #fa9929;
}

@media (max-width: 480px) {
  .industry-cmp__item {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .industry-cmp__item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .industry-cmp__slide__tablet {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .industry-cmp__item {
    width: 50%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
  }
  .industry-cmp__item .industry-cmp__content {
    width: 92%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=industry.min.css.map */
