.about-video-wrap figure img {
  width: 100%;
}

.home-above-foot {
  padding: 65px 0 50px;
  background: #ededef;
}
@media screen and (max-width: 1199.98px) {
  .home-above-foot {
    padding: 50px 0;
  }
}
.home-above-foot.bg-white {
  background: #fff;
}
.home-above-foot .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .home-above-foot .box-wrap {
    display: block;
  }
}
.home-above-foot .box-wrap:after, .home-above-foot .box-wrap:before {
  position: absolute;
  content: "";
  top: 13%;
  left: 30%;
  width: 1px;
  height: 75%;
  background: #707070;
  opacity: 0.16;
}
@media screen and (max-width: 1199.98px) {
  .home-above-foot .box-wrap:after, .home-above-foot .box-wrap:before {
    left: 31%;
  }
}
@media screen and (max-width: 1199.98px) {
  .home-above-foot .box-wrap:after, .home-above-foot .box-wrap:before {
    display: none;
  }
}
.home-above-foot .box-wrap:before {
  left: 70%;
}
@media screen and (max-width: 1599.98px) {
  .home-above-foot .box-wrap:before {
    left: 68%;
  }
}
@media screen and (max-width: 1199.98px) {
  .home-above-foot .box-wrap:before {
    display: none;
  }
}
.home-above-foot .box {
  max-width: 300px;
}
@media screen and (max-width: 1199.98px) {
  .home-above-foot .box {
    max-width: 250px;
  }
}
@media screen and (max-width: 991.98px) {
  .home-above-foot .box {
    max-width: 100%;
  }
  .home-above-foot .box + .box {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(112, 112, 112, 0.16);
  }
}
.home-above-foot .box h5 {
  margin-bottom: 15px;
  color: #F2B681;
}
@media screen and (max-width: 991.98px) {
  .home-above-foot .box h5 {
    font-size: 18px;
    font-weight: 700;
  }
}
.home-above-foot .box p {
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .home-above-foot .box p {
    font-size: 15px;
  }
}
.home-above-foot .box figure {
  margin-bottom: 20px;
  height: 35px;
}
@media screen and (max-width: 991.98px) {
  .home-above-foot .box figure {
    height: 32px;
    margin-bottom: 17px;
  }
}
.home-above-foot .box figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}