.serve {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.serve_top {
  width: 52%;
  /* line-height: 30px; */
}

.serve_footq {
  width: 45%;
}

.serve_footq img {
  width: 100%;
}

.serve_top div {
  margin-bottom: 20px;
  line-height: 36px;
}

.sever-one {
  border-left: none;
  padding-left: 0;
  color: #053B83;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
}

.sever-one1 {
  color: #053B83;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}

.serve_top_i {
  padding-top: 20px;
}

.sever-one1+div {
  line-height: 28px;
}

.serve_top_i img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.serve3 {
  display: flex;
}

.serve3 img {
  width: 50%;
}

@media (max-width:998px) {
  .serve {
    flex-wrap: wrap;
  }

  .serve_top {
    width: 100%;
  }

  .serve_footq {
    width: 100%;
  }

  .serve_footq div {
    margin: 15px 0 10px !important;
  }

  .serve_top_i span {
    display: none;
  }

  .serve_top div {
    font-size: 16px;
  }

  .serve_top_i {
    padding-top: 0;
  }

  .sever-one {
    font-size: 20px !important;
  }

  .serve_footq>div {
    font-size: 20px !important;
  }

  .serve3 {
    display: flex;
    flex-wrap: wrap;
  }

  .serve3 img {
    width: 100%;
  }

  .sever-one1 {
    font-size: 18px !important;
  }
}