.sidebanner-rightint2 {
  position: relative;
}

.sidebanner-rightint2 img {
  width: 100%;
}

.sidebanner-rightint2 .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.sidebanner-rightint2 .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.sidebanner-rightint2 .container {
  position: relative;
  z-index: 1;
}

.sidebanner-rightint2 h1,
.sidebanner-rightint2 h2 {
  color: #fff;
  font-size: clamp(20px, 1.9vw, 36px);
  font-weight: 700;
  font-family: var(--font-family-1);
  text-shadow: 2px 2px 4px #666;
}

.sidebanner-rightint2 p {
  color: #fff;
  font-size: clamp(13px, 0.8vw, 15px);
  margin: 15px 0 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 2px 2px 4px #666;
}

.sidebanner-rightint2 p i {
  font-size: clamp(13px, 0.8vw, 15px);
  color: #fff;
}

.sidebanner-rightint2 p a {
  color: #fff;
  text-shadow: 2px 2px 4px #666;
}

@media screen and (max-width: 991px) {
  .sidebanner-rightint2 .txt {
    text-align: center;
  }

  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2  {
    line-height: 1;
  }

  .sidebanner-rightint2 p {
    margin: 0;
  }
  .sidebanner-rightint2 h1, .sidebanner-rightint2 h2{display: none;}
}


@media(max-width:576px){
  .sidebanner-rightint2 .txt { position: relative;padding: 10px 0;}
  .sidebanner-rightint2 .txt::after {background: #f0d9ad13;}
  .sidebanner-rightint2 p {color: #313131;text-shadow:none;}
  .sidebanner-rightint2 p i {color: #313131;}
  .sidebanner-rightint2 p a {color: #313131;text-shadow: none;}
}
