.brnd-home_banner2 {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 100px auto;
  display: flex;
  align-items: center;
  background: var(--brnd-lighter-gray)
}

.brnd-home_banner2-frame {
  width: 100%;
  position: absolute;
}

.brnd-home_banner2-top {
  top: -2px;
}

.brnd-home_banner2-bottom {
  bottom: -2px;
}

.brnd-home_banner2-img-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.brnd-home_banner2-img {
  height: 100%;
  position: relative;
  transform: rotateY(180deg);
  mix-blend-mode: multiply;
        object-fit: cover;
    
}

.brnd-home_banner2-texts {
  width: 100%;
  margin: auto;
  max-width: 1270px;
  color: var(--brnd-dark-blue);
  padding: 40px;
  position: relative;
  z-index: 1;
}

.brnd-home_banner2-title {
  max-width: 50%;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
    margin: 0;
}

.brnd-home_banner2-desc {
  font-size: 24px;
  font-weight: 400;
}

.brnd-home_banner2-btn {
  margin-top: 10px;
  display: inline-block;
  justify-content: center;
  align-items: center;
}
.brnd-home_banner2-btn:hover {
  border-color: white !important;
}

@media screen and (min-width: 800px) and (max-width: 1269px) {
  .brnd-home_banner2 {
    display: block;
  }

  .brnd-home_banner2-img-wrap {
    width: 60%;
  }

  .brnd-home_banner2-texts {
    padding-top: 100px
  }

  .brnd-home_banner2-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
  }

  .brnd-home_banner2-desc {
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 799px) {
  .brnd-home_banner2-img-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
/*    opacity: 0.3;*/
    z-index: 0;
  }

  .brnd-home_banner2-title {
    max-width: 90%;
  }
}
