.__industry {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  border-radius: var(--radius-lg);
  background-color: var(--background-light);
}

.__industry__map {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../img/backgroud-word-llq.png") center / cover no-repeat;
  opacity: 0.4;
  z-index: 1;
}

.__industry__content {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: var(--text-xl);
  line-height: 80%;
   
  max-width: 42.5rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.__industry__content {
  margin-bottom: 10px !important;
}

.__industry__button {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 36px;
}
@media (max-width: 769px) {
  .__industry {
    overflow: hidden;
    margin: 18px 16px 48px 16px;
  }
  .__industry .base_layout{
    padding: 0;
  }

  .__industry__map {
    padding-top: 38px;
    padding-bottom: 38px;
    min-height: 262px;
  }
  .__industry__content {
    font-size: var(--text-smd);
    line-height: 130%;
     
  }
  .__industry__content {
    margin-bottom: 0 !important;
  }
.__industry__button{
  margin-top: 32px;
}
}
