.brnd-home_banner1 {
  position: relative;
  width: 100%;
  height: 800px;
  background: var(--brnd-dark-blue);
  margin: 100px auto;
  display: flex;
  align-items: center;
}

.brnd-home_banner1-img-wrap {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.brnd-home_banner1-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.brnd-home_banner1-texts {
  width: 50%;
  color: white;
  padding: 40px
}

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

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

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

@media screen and (min-width: 800px) and (max-width: 1269px) {
  .brnd-home_banner1-img-wrap {
    width: 100%;
  }

  .brnd-home_banner1-texts {
    width: 100%;
  }

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

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

@media screen and (max-width: 799px) {
  .brnd-home_banner1 {
    height: 500px;
      margin: auto;
  }

  .brnd-home_banner1-texts {
    width: 100%;
      z-index: 9;
  }

  .brnd-home_banner1-img-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0.3;
  }
}

@media screen and (max-width: 350px) {
  .brnd-home_banner1 {
    height: 550px;
  }
}
