.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: 36px;
  font-weight: 700;
  font-family: var(--font-family-1);
  text-shadow: 2px 2px 4px #666;
}

.sidebanner-rightint2 p {
  color: #fff;
  font-size: 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: 15px;
  color: #fff;
}

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

@media screen and (max-width: 768px) {


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

  .sidebanner-rightint2 p {
    margin: 10px 0 0;
  }
}

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

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




.sidebanner-rightint2 .brand-name {
    font-family: 'Arimo', var(--title-font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3889em;
    letter-spacing: 0.2em;
    color: #E6002D;
    margin: 0 0 4px 0;
}



.sidebanner-rightint2 .main-title {
  font-family: 'Arimo', var(--title-font-family);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.333em; 
  letter-spacing: 0.025em; 
  color: #FFFFFF;
  margin: 0 0 16px 0;
  white-space: pre-line;
}


.sidebanner-rightint2 .description {
  font-family: 'Arimo', var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3889em; 
  letter-spacing: -0.025em; 
  color: #FFFFFF;
  margin: 0;
  max-width: 100%;
}


.sidebanner-rightint2 .text-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 600px;
}








@media screen and (max-width: 1440px) {
  .sidebanner-rightint2 .main-title {font-size: 50px;}
}
@media screen and (max-width: 1367px) {
  .sidebanner-rightint2 .main-title {font-size: 40px;}
}
@media screen and (max-width: 1281px) {
  .sidebanner-rightint2 .main-title {font-size: 36px;}
  .sidebanner-rightint2 .description {font-size: 16px;}
  .sidebanner-rightint2 .text-content {max-width: 500px;}
}
@media screen and (max-width: 1171px) {
  .sidebanner-rightint2 .main-title {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .sidebanner-rightint2 .main-title {font-size: 26px;}
  .sidebanner-rightint2 .description {font-size: 14px;}
}
@media screen and (max-width: 768px) {
  .sidebanner-rightint2 .main-title {font-size: 20px;margin: 0 0 5px 0;}
  .sidebanner-rightint2 .text-content {max-width: 100%;top: 25px;}
  .sidebanner-rightint2 .description {font-size: 10px;}
  .sidebanner-rightint2 .brand-name {font-size: 14px;margin: 0 0 4px 0;}
}
@media screen and (max-width: 480px) {
  .sidebanner-rightint2 .main-title {font-size: 18px;}
  .sidebanner-rightint2 .brand-name {font-size: 12px;}
}
@media screen and (max-width: 400px) {
  .sidebanner-rightint2 .main-title {font-size: 14px;}
  .sidebanner-rightint2 .brand-name {font-size: 10px;}
  
}
