.sidebanner-rightint2 {
  position: relative;
   max-width: 1920px;
  margin: auto;
}

.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%;
 
}

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

.sidebanner-rightint2 h1,
.sidebanner-rightint2 h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  font-family: var(--font-family-1);
  text-shadow: 2px 2px 4px #666;
  font-style: italic;
  position: relative;
}

.sidebanner-rightint2 h1::after {
    content: '';
    display: block;
    width: 218px;
    height: 28px;
    background: #22f1e9;
    position: absolute;
    left: 0;
    transform: skew(-20deg);
    bottom: 0;
    z-index: -1;
}


.sidebanner-rightint2 p {
  color: #fff;
  font-size: 24px;
  margin: 45px 0 0 0;
  text-overflow: ellipsis;
  /* white-space: nowrap;
  overflow: hidden; */
  text-shadow: 2px 2px 4px #666;
  word-break: break-word;
}

.sidebanner-rightint2 p i {
  font-size: 15px;
  color: #fff;
}

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

@media screen and (max-width: 1500px) {
.sidebanner-rightint2 p {
   
    margin: 20px 0 0 0;
   
}
.sidebanner-rightint2 p {
  color: #fff;
  font-size: 20px;
  margin: 45px 0 0 0;
  text-overflow: ellipsis;
  /* white-space: nowrap;
  overflow: hidden; */
  text-shadow: 2px 2px 4px #666;
  word-break: break-word;
}

}


@media screen and (max-width: 992px) {
.sidebanner-rightint2 img {
    width: 100%;
    height: 500px;
}
.sidebanner-rightint2 p {
   
    margin: 10px 0 0 0;
   
}
.sidebanner-rightint2 p {
  
  font-size: 16px;
  
}

}
@media screen and (max-width: 768px) {
  .sidebanner-rightint2 .txt {
    
  }

  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2  {
    font-size: 30px;
    line-height: 1;
  }

  .sidebanner-rightint2 p {
    margin: 0px 0 0;
  }
  .sidebanner-rightint2 p {
  color: #fff;
  font-size: 9px;
  
}
.sidebanner-rightint2 img {
    width: 100%;
    height: 200px;
}
}
 @media screen and (max-width: 768px){
.container, .wp2 {
    padding-right: 15px!important; 
    padding-left: 15px!important; 
}
}
@media screen and (max-width: 576px) {
  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2  {
    font-size: 26px;
  }
 .sidebanner-rightint2 .container {
    position: relative;
    z-index: 1;
    margin-left: -10px;
    margin-right: -10px;
}
}

@media screen and (max-width: 480px) {
  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2  {
    font-size: 22px;
  }
}
