.service-section {
  padding-top: 68px;
  padding-bottom: 60px;
}

.service-section + .service-section {
  padding-top: 0;
}

.p-table-flex {
  display: flex;
  justify-content: space-between;
}

.p-table-flex__item {
  flex: 1;
}

.p-table-flex__item:nth-child(2n) {
  padding-left: 1em;
}

.p-table-flex__item:nth-child(2n+1) {
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  .service-section {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-table-flex {
    display: block;
  }
  .p-table-flex__item:nth-child(1n) {
    padding-right: 0;
    padding-left: 0;
  }
}
