#banner-rightint2 {
  position: relative;
  font-size: 0;
  overflow: hidden;
}

#banner-rightint2 .container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 900px;
}
#banner-rightint2 h2 {
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 20px;
}
#banner-rightint2 h1 {
  color: #000;
  margin-bottom: 20px;
}
#banner-rightint2 .rich-text {
  margin-bottom: 20px;
}
#banner-rightint2 .rich-text ul {
  padding-left: 18px;
}
#banner-rightint2 .rich-text li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 8px;
}
#banner-rightint2 li span {
  color: #000 !important;
}
#banner-rightint2 li::marker {
  content: "\e6e1";
  font-family: "iconfont";
  color: var(--color-primary);
}
#banner-rightint2 .play {
  padding: 5px 10px 5px 5px;
  font-size: 14px;
  background: var(--color-primary);
  color: #464D24;
  border-radius: 5px 5px 5px 5px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  margin-top: 20px;
}
#banner-rightint2 .play i {
  color: #AAB10C;
  font-size: 28px;
}
#banner-rightint2 .play:hover {
  background: #464D24;
  color: var(--color-primary);
  transform: scale(1.1);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#banner-rightint2 .play:hover i {
   color: var(--color-primary);
}

#banner-rightint2 video {
  width: 100%;
  aspect-ratio: 192 / 108;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  #banner-rightint2 h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #banner-rightint2 h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  #banner-rightint2 .rich-text {
    margin-bottom: 16px;
  }
  #banner-rightint2 .play {
    margin-top: 16px;
  }
}
@media screen and (max-width: 992px) {
  #banner-rightint2 h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  #banner-rightint2 h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #banner-rightint2 h1 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #banner-rightint2 .rich-text {
    display: none;
  }
  #banner-rightint2 .rich-text li {
    margin-bottom: 8px;
    font-size: 12px;
  }
   #banner-rightint2 .play {
    margin-top: 8px;
  }
  #banner-rightint2 .play i {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #banner-rightint2 h2 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  #banner-rightint2 h1 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #banner-rightint2 .rich-text {
    margin-bottom: 8px;
  }
  #banner-rightint2 .play {
    margin-top: 0;
  }
  #banner-rightint2 .rich-text li {
    margin-bottom: 4px;
  }
}