.main-content {
  padding-bottom: 120px;
}
.service__c-row .content {
  padding-top: 104px;
}
#service .service__sub__title3 {
  margin-top: 117px;
}
.img-row .row:nth-child(1) .content {
  padding-top: 5px;
}

.img-row .row .content .button:before {
  background: url(../img/paid-job/pdf.svg) no-repeat center center;
  width: 28px;
  height: 100%;
  background-size: contain;
}
#service .service__sub__title4 {
  margin: 56px 0px 63px;
}
.service__icon__row__item.alc .content {
  height: auto;
}
/*--------------------------------------
  smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  .main-content {
    padding-bottom: 70px;
  }
  .service__c-row .content {
    padding-top: 64px;
  }
  #service .service__sub__title3 {
    margin-top: 105px;
  }
  .img-row .row .content h4 {
    margin-bottom: 22px;
  }
  .img-row .row .photo {
    margin-top: 20px;
  }

  .img-row .row .content .button:before {
    left: 20px;
  }
}
