.solutionSection {
  width: 100%;
  height: 100%;
  background-image: url("/img/skill_background.jpg");
  background-size: cover;
}
.solutionSection .wrapper {
  position: absolute;
  padding-top: 110px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.solutionSection .wrapper .head {
  text-align: center;
}
.solutionSection .wrapper .head p {
  display: none;
}
.solutionSection .wrapper .center .line {
  width: 600px;
}
.solutionSection .wrapper .center .Bank-card .right-border {
  display: none;
}
.solutionSection .wrapper .center .P2pleding .bottom-border {
  display: none;
}
.solutionSection .wrapper .center .item {
  display: inline-block;
  width: 200px;
  height: 200px;
  position: relative;
  cursor: pointer;
}
.solutionSection .wrapper .center .item:hover {
  background-color: #ff9d00;
}
.solutionSection .wrapper .center .item .right-border {
  height: 130px;
  width: 1px;
  background-color: #3B6D8A;
  position: absolute;
  right: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.solutionSection .wrapper .center .item .bottom-border {
  height: 1px;
  width: 130px;
  background-color: #3B6D8A;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.solutionSection .wrapper .center .item .image {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 50%;
}
.solutionSection .wrapper .center .item .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.solutionSection .wrapper .center .item .text-wrapper {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.solutionSection .wrapper .center .item .text-wrapper p {
  margin: 0px;
}
.solutionSection .wrapper .center .item .text-wrapper .title {
  font-size: 20px;
}
.solutionSection .wrapper .center .item .text-wrapper .e-title {
  font-size: 16px;
}
.solutionSection .wrapper .center p {
  text-align: center;
  color: white;
}
