.__industry {
  position: relative;
  overflow: hidden;
  min-height: 346px;
  border-radius: var(--radius-lg);
  background-color: var(--background-light);
}

.__industry__map {
  position: absolute;
  height: 159%;
  width: 99%;
  background: url("../svg/map_world.svg") 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: 5rem;
}

.__industry__content p {
  margin-bottom: 36px;
}

.__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 p {
    margin-bottom: 0;
  }
.__industry__button{
  margin-top: 32px;
}
}
