.header-text p:nth-child(2) {
  width: 400px;
}
.service {
  padding-bottom: 164px !important;
}
.service-items > div:first-child {
  background: url("../images/education/f1-1.png") no-repeat;
  background-size: 100% 100%;
}

.service-items > div:nth-child(2) {
  background: url("../images/education/f1-2.png") no-repeat;
  background-size: 100% 100%;
}

.service-items > div:nth-child(3) {
  background: url("../images/education/f1-3.png") no-repeat;
  background-size: 100% 100%;
}

.service-items > div:nth-child(4) {
  background: url("../images/education/f1-4.png") no-repeat;
  background-size: 100% 100%;
}

.service-items > div:nth-child(5) {
  background: url("../images/education/f1-5.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 428px) {
  .service {
    padding-bottom: 40px !important;
  }
}
