.header-text p:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 54px;
  width: 400px;
}

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

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

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

.service-items > div:nth-child(4) {
  background: url("../images/socialcommerce/f1-4.png") no-repeat;
  background-size: 100% 100%;
}
.service-items > div {
  width: 50%;
  height: 280px;
}
.service .sub-title {
  height: auto;
}
.service-items > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.service-items > div img {
  margin-left: 20px;
}
.service-items > div p {
  margin-left: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 428px) {
  .header-text p:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .service-items > div {
    display: inline-block;
    margin: 0;
    height: 81px;
    width: 49%;
    padding: 0;
    padding-top: 20px;
  }
  .content .sub-title {
    margin-bottom: 27px;
  }
  .service {
    padding-bottom: 40px !important;
  }
  .service-items {
    white-space: inherit;
  }
  .service-items > div img {
    margin-left: 30px;
  }
  .service-items > div p {
    margin-top: 4px;
    margin-left: 20px;
  }
  .service-items > div:first-child {
    background: url("../images/socialcommerce/f1-5.png") no-repeat;
    background-size: 100% 100%;
  }

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

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

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