p, a, h1, h2, h3, h4, h5, i {
  font-family: "PoppinsRegular"; }

.customerService {
  padding: 150px 20px 100px;
  width: 100%;
  box-sizing: border-box; }
  .customerService__box {
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: center; }
    .customerService__box h2 {
      font-size: 30px;
      padding-bottom: 20px; }
    .customerService__box__explain {
      font-size: 22px;
      width: 100%;
      padding-bottom: 20px;
      text-align: center;
      color: #707072; }
      .customerService__box__explain i {
        font-style: normal;
        color: #ff3333; }
    .customerService__box__title {
      background-color: #eff3f4; }
    .customerService__box ul {
      border: 1px solid #504f55;
      width: 100%;
      box-sizing: border-box; }
      .customerService__box ul li {
        display: flex;
        border-bottom: 1px solid #504f55;
        line-height: 100px; }
        .customerService__box ul li span {
          width: 50%;
          text-align: center;
          font-size: 24px; }
          .customerService__box ul li span a {
            color: #000;
            font-size: 16px; }
          .customerService__box ul li span:first-child {
            border-right: 1px solid #504f55; }
        .customerService__box ul li:last-child {
          border-bottom: none; }

/*# sourceMappingURL=customerService.css.map */
