#banner-rightint2 {
  position: relative;
}

#banner-rightint2 img {
  width: 100%;
}

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

#banner-rightint2 video {
  width: 100%;
}

#banner-rightint2 .container {
  /* width: 100%; */
  /* height: 100%; */
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner-rightint2 h2 {
  font-size: 80px;
  color: #fff;
}

#banner-rightint2 p {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  font-family: var(--title-font-family);
}

#banner-rightint2 a {
  background: var(--color-primary);
  padding: 20px 50px;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  margin-top: 80px;
  font-family: var(--title-font-family);
}
@media (max-width: 1280px) {
  #banner-rightint2 h2 {
    font-size: 70px;
    color: #fff;
  }
  #banner-rightint2 p {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    font-family: var(--title-font-family);
  }
  #banner-rightint2 a {
    background: var(--color-primary);
    padding: 18px 45px;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 80px;
    font-family: var(--title-font-family);
  }
}
@media (max-width: 1024px) {
  #banner-rightint2 h2 {
    font-size: 60px;
    color: #fff;
  }
  #banner-rightint2 p {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    font-family: var(--title-font-family);
  }
  #banner-rightint2 a {
    background: var(--color-primary);
    padding: 18px 45px;
    color: #fff;
    border-radius: 50px;
    font-size: 19px;
    margin-top: 60px;
    font-family: var(--title-font-family);
  }
}
@media (max-width: 820px) {
  #banner-rightint2 h2 {
    font-size: 50px;
    color: #fff;
  }
  #banner-rightint2 p {
    font-size: 30px;
  }
  #banner-rightint2 a {
    background: var(--color-primary);
    padding: 10px 40px;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #banner-rightint2 h2 {
    font-size: 30px;
    color: #fff;
  }
  #banner-rightint2 p {
    font-size: 20px;
  }
  #banner-rightint2 a {
    background: var(--color-primary);
    padding: 5px 20px;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    margin-top: 20px;
  }
}