.industries-banner-title {
  max-width: 500px;
}

.ls-content-header-icon {
  position: relative;
}

.ls-content-background-img {
  height: 100% !important;
}

.ls-content-header-description {
  padding-top: .5rem;
  padding-left: 17px;
  list-style-type: square;
}

  .ls-content-header-description li {
    padding-bottom: 1rem;
  }

.ls-content {
  padding-bottom: 2rem;
}

.ls-content-header-title {
  margin-bottom: 2rem;
  margin-top: 4.5rem;
}

.ls-consultation-header-title {
  margin-bottom: 2rem;
}

.ls-consultation {
  padding-top: 3.5rem;
}

.ls-consultation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ls-consultation-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.ls-consultation-round-title {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
  margin: 0;
  padding-right: 30px;
}

.ls-consultation-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ls-consultation-round-number {
  background-color: #ababab;
  font-family: "Bebas Neue";
  color: white;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: normal;
  text-align: center;
  padding: 10px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 20px;
}

.ls-content-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.ls-content-card {
  padding: 20px;
  background-color: #ffffff;
  color: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ls-content-card-tab-number {
  background-color: #ef0f33;
  font-family: "Bebas Neue";
  color: white;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: normal;
  text-align: center;
  padding: 10px;
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.ls-content-card-title {
  font-family: "Bebas Neue";
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
  margin-bottom: 2rem;
}

.ls-content-cards-btn {
  width: 250px;
  padding: 0.8rem 2rem !important;
  margin-top: 2rem;
}

.ls-content-background {
  background-color: #f8f8f8;
}

@media (max-width: 1100px) {
  .ls-consultation-content-text {
    grid-gap: 10px;
  }
}

@media (min-width: 992px) {
  .ls-content {
    padding-top: 1rem;
  }
}

@media (max-width: 991px) {
  .ls-content-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .ls-consultation-content-text {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .ls-consultation-content-img {
    display: none;
  }

  .ls-content-header-title {
    margin-top: 0;
    padding-top: 2rem;
  }
}

@media (max-width: 500px) {
  .ls-content-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}

@media (max-width: 390px) {
  .bread-crumbs {
    display: none !important;
  }
}

.special__wrapper .ls-content-card-tab-number {
  background-color: black;
}

.special__wrapper .ls-consultation-content-img {
  display: none;
}
