img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.item_hover {
  overflow: hidden;
}

.item_hover:hover img {
  transform: scale(1.05);
}

.item_hover img {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}

@keyframes goImg {
  100% {
    transform: translateY(-50%);
  }
}

body .home {
  background: linear-gradient(180deg, #000D1E 0%, #072031 100%);
}

body .home .solutionInfo1 {
  overflow: hidden;
  padding: 10.4166666667vw 8.3333333333vw 2.6041666667vw 8.3333333333vw;
  position: relative;
  z-index: 1;
}

/* body .home .solutionInfo1 .top {
  display: flex;
  justify-content: space-between;
} */

body .home .solutionInfo1 .top .title {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6041666667vw;
  /* 138.889% */
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto;
}

body .home .solutionInfo1 .top .r {
  /* width: 44.4270833333vw; */
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7708333333vw;
  /* 170% */
  letter-spacing: -0.2px;
  margin: 1.40625vw 0 0 0;
}

body .home .solutionInfo1 .top .r p {
  margin: 0 0 1.5625vw;
}

body .home .solutionInfo1 .img {
  margin: 4.1666666667vw 0 0 0;
  width: 100%;
  height: 36.875vw;
  border-radius: 1.0416666667vw;
}

@media screen and (max-width: 768px) {
  body .home .solutionInfo1 {
    padding: 60px 5% 30px 5%;
  }

  body .home .solutionInfo1 .top {
    flex-direction: column;
    gap: 30px;
  }

  body .home .solutionInfo1 .top .title {
    line-height: 1.4;
  }

  body .home .solutionInfo1 .top .r {
    width: 100%;
    line-height: 1.6;
  }

  body .home .solutionInfo1 .top .r p:not(:last-child) {
    margin: 0 0 15px;
  }

  body .home .solutionInfo1 .img {
    height: auto;
    border-radius: 10px;
    margin: 30px 0 0 0;
  }
}

/*# sourceMappingURL=solutionInfo.css.map */