.alsman-img-text-show {
  position: relative;
  width: 100%;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.alsman-img-text-show .alsman-img-text-show-mask {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.alsman-img-text-show .container {
  width: 100%;
  padding: 60px 0 0 60px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.alsman-img-text-show .img-text-title {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--title-font-family);
  color: #fff;
  margin-bottom: 36px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}
.alsman-img-text-show .img-text-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 900px;
}
.alsman-img-text-show .img-text-item {
  font-size: 18px;
  font-family: var(--font-family);
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.alsman-img-text-show .img-text-item::before {
  content: "\2022";
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}
@media (max-width: 1440px) {
  .alsman-img-text-show {
    min-height: 600px;
  }
  .alsman-img-text-show .img-text-title {
    font-size: 40px;
  }
  .alsman-img-text-show .img-text-item {
    font-size: 16px;
  }
  .alsman-img-text-show .container {
    padding: 40px 0 0 32px;
  }
}
@media (max-width: 1280px) {
  .alsman-img-text-show {
    min-height: 500px;
  }
  .alsman-img-text-show .img-text-title {
    font-size: 30px;
  }
  .alsman-img-text-show .img-text-item {
    font-size: 14px;
  }
  .alsman-img-text-show .container {
    padding: 32px 0 0 16px;
  }
}
@media (max-width: 992px) {
  .alsman-img-text-show {
    min-height: 400px;
  }
  .alsman-img-text-show .img-text-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .alsman-img-text-show .img-text-item {
    font-size: 14px;
  }
  .alsman-img-text-show .container {
    padding: 24px 0 0 8px;
  }
}
@media (max-width: 600px) {
  .alsman-img-text-show {
    min-height: 300px;
  }
  .alsman-img-text-show .img-text-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .alsman-img-text-show .img-text-item {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .alsman-img-text-show .container {
    padding: 16px 4px 0 4px;
    text-align: center;
    align-items: center;
  }
  .alsman-img-text-show .img-text-item {
    text-align: center;
  }
}
