@media only screen and (min-width: 1000px) {
  .advantage .row-line2 .box {
    width: 23.1%;
    margin-right: 20px;
  }
  #solution .content .img1 {
    height: calc(20vw);
    width: calc(18.7vw);
  }

  #solution .content .img2 {
    height: calc(18.4vw);
    width: calc(20vw);
  }

  #solution .content .img3 {
    height: calc(19.3vw);
    width: calc(20vw);
  }

  #solution .content .img4 {
    height: calc(17.6vw);
    width: calc(20vw);
  }
}
.advantage .row-line2 {
  text-align: center;
}

.single-cool-fact-area p {
  padding: 0;
}

.advantage .row-line2 :nth-child(4) {
  margin-right: 0px;
}

#applications .app-content .box {
  margin-right: 100px;
}

#applications .app-content .box :nth-child(3) {
  margin-right: 0;
}

#solution {
  margin-bottom: 0;
}

@media only screen and (min-width: 370px) and (max-width: 980px) {
  #solution .content .img1, #solution .content .img3, #solution .content .img5{
    margin-right: 20px;
  }
  #solution .content .img2 , #solution .content .img4{
    margin-left: 20px;
  }

  h4 {
    font-size: 20px;
  }
  #solution .container .text {
    font-size: 14px;
    color: #868D99;
  }

  .advantage .row-line2 .box {
    width: 49%;
    
    margin-right: 0px;
    overflow: hidden;
    height: 360px;
    padding: 40px 10px 20px 10px;
  }
  #solution .content .img1 {
    height: 100px;
    width: 100px;
  }

  #solution .content .img2 {
    height: 100px;
    width: 100px;
  }

  #solution .content .img3 {
    height: 100px;
    width: 100px;
  }

  #solution .content .img4 {
    height: 100px;
    width: 100px;
  }
}