.brnd-home_cta_squares {
  margin-top: 10px;
/*  overflow: hidden;*/
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.brnd-home_cta_square {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  position: relative;
}

.brnd-home_cta_square-2 {
  flex-direction: row-reverse;
}

.brnd-home_cta_square-img {
  position: relative;
  width: 600px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.brnd-home_cta_square-img-brush {
  position: absolute;
}
.brnd-home_cta_square-img-brush-1 {
  right: -150px;
  bottom: -50px;
}
.brnd-home_cta_square-img-brush-2 {
  left: -150px;
  bottom: -78px;
}

.brnd-home_cta_squares-container {
  width: 100%;
  max-width: 1270px;
  margin: auto;
}

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

.brnd-home_cta_square-desc {
  font-size: 18px;
  font-weight: 400;
  margin: 12px 0 20px 0;
}

.brnd-home_cta_square-texts {
  padding: 0 20px;
  max-width: 650px;
}

.brnd-home_cta_square-link {
  display: inline-block;
}
@media screen and (max-width: 799px) {
  .brnd-home_cta_square {
    margin-bottom: 40px;
      height: auto;
      flex-direction: column;
      text-align: center;
  }
  .brnd-home_cta_square-img {
    width: 100%;
    height: 300px;
/*    position: absolute;*/
/*    top: 0*/
/*    right: 0;*/
    opacity: 1;
    z-index: -1;
    background-size: contain;
  }
  .brnd-home_cta_squares {
    background-size: 0;
  }
    .brnd-home_cta_square-2 {
        gap: 20px;
    }
}
