.banner.bg-scroll {
  position: relative;
}
.banner.bg-scroll::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(6, 56, 187, 0.75);
}

/* .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
} */

.text-content {
  width: 70%;
}

.photos {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photos img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  height: 300px;
  border: 10px solid #edecec;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.precision.section-wrap {
  background-image: linear-gradient(135deg, #20aee5 50%, #ffffff 50%);
}

.precision.section-wrap.right {
  background-image: linear-gradient(135deg, #ffffff 50%, #20aee5 50%);
}

.glass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
}

.glass .text {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.glass .text p {
  font-size: 18px;
  color: #fff;
  line-height: 2em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}

.glass .text p span {
  margin-bottom: 20px;
  display: block;
  font-size: 40px;
  text-align: center;
}

.glass .pics {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
}

.air-cushion {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  height: 400px;
  background: url('../images/precision_06.png') center no-repeat;
  background-size: cover;
}

.air-cushion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.4);
}

.air-cushion p {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 50%;
  height: 100%;
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .glass .text {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .photos img {
    width: 50%;
  }
  .glass .pics {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    height: 400px;
  }
  .air-cushion p {
    width: 100%;
  }
}
