.section-service-category-list {
  /*padding: 50px 0;*/
  padding-top: 50px;
}

.section-service-category-list .text {
  max-width: 750px;
  margin: 35px 0 65px;
  line-height: 28px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #a8a8a8;
}
@media screen and (max-width: 768px) {
  .section-service-category-list .text {
    width: 100%;
  }
}

.section-service-category-list .tabs {
  padding: 90px 0;
  background-color: #f2f1ef;
}

.section-service-category-list .tabs .service {
  display: inline-block;
  vertical-align: top;
  height: 150px;
  line-height: 25px;
  width: calc(33% - 30px);
  margin: 20px 15px;
  padding: 50px 65px;
  font-family: 'interstate';
  font-weight: 700;
  font-size: 18px;
  color: #484848;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}

.section-service-category-list .tabs .purple::before {
  background-color: #83549d;
}
.section-service-category-list .tabs .purple:hover {
  color: #fff;
  background-color: #83549d;
}
.section-service-category-list .tabs .red::before {
  background-color: #df5952;
}
.section-service-category-list .tabs .red:hover {
  color: #fff;
  background-color: #df5952;
}
.section-service-category-list .tabs .orange::before {
  background-color: #f8af54;
}
.section-service-category-list .tabs .orange:hover {
  color: #fff;
  background-color: #f8af54;
}
.section-service-category-list .tabs .green::before {
  background-color: #00aa96;
}
.section-service-category-list .tabs .green:hover {
  color: #fff;
  background-color: #00aa96;
}
.section-service-category-list .tabs .blue::before {
  background-color: #149bd7;
}
.section-service-category-list .tabs .blue:hover {
  color: #fff;
  background-color: #149bd7;
}
.section-service-category-list .tabs .black::before {
  background-color: #484848;
}
.section-service-category-list .tabs .black:hover {
  color: #fff;
  background-color: #484848;
}

.section-service-category-list #tab-contact .card {
  margin: 20px 25px;
}

@media screen and (max-width: 768px) {
  .section-service-category-list .tabs {
    padding: 20px 0
  }

  .section-service-category-list .tabs .service {
    display: block;
    height: 80px;
    line-height: 80px;
    width: 100%;
    margin: 10px auto;
    padding: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  .section-service-category-list .tabs .service::before {
    display: none;
  }
  .section-service-category-list .tabs .purple {
    background-color: #83549d;
  }
  .section-service-category-list .tabs .red {
    background-color: #df5952;
  }
  .section-service-category-list .tabs .orange {
    background-color: #f8af54;
  }
  .section-service-category-list .tabs .green {
    background-color: #00aa96;
  }
  .section-service-category-list .tabs .blue {
    background-color: #149bd7;
  }
  .section-service-category-list .tabs .black {
    background-color: #484848;
  }

  .section-service-category-list #tab-contact .card {
    margin: 10px -15px;
  }
}
