@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;600&family=Ubuntu:wght@400;500;700&display=swap");
.box1 {
  color: #1f3f5b;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.box1__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20%;
  font-size: 2rem;
  font-weight: 600;
}

.box1__bgImg {
  position: absolute;
  overflow: visible;
  left: 70%;
  right: -400px;
  bottom: 60px;
  top: 60px;
  z-index: -1;
}

.box1__bgImg img {
  height: 100%;
}

.box1__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 160px;
  z-index: 2;
  height: 80%;
}

.box1__left div {
  margin: 40px 0;
  max-width: 560px;
}

.box1__left .box1__leftBoxTitle {
  padding-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
}

.box1__left .box1__leftBoxText {
  line-height: 30px;
}

.box1__bgImg--Mobile {
  display: none;
}

@media (max-width: 1020px) {
  .box1 {
    padding: 30px;
    height: auto;
    text-align: center;
  }
  .box1__left {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box1__bgImg--Mobile {
    display: block !important;
    position: initial;
  }
  .box1__bgImg--Mobile img {
    padding: 50px 0 10px 0;
    width: 100%;
  }
  .box1__bgImg--Desktop {
    display: none !important;
  }
}

@media (max-height: 660px) {
  .box1__left {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .box1__leftbox {
    padding-right: 20px;
  }
  .box1__bgImg {
    opacity: .3;
  }
}
/*# sourceMappingURL=box1.css.map */