/* --------------- services style8 --------------- */
.tc-services-style8 .service-card {
  height: 100%;
  padding: 30px;
  display: block;
  position: relative;
  background-color: #f1eee9;
}
.tc-services-style8 .service-card:hover .top-info .title {
  /*color: #000;
  text-decoration: underline;*/
}
.tc-services-style8 .service-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tc-services-style8 .service-card .top-info .title {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}
.tc-services-style8 .service-card .top-info .icon {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  font-size: 18px;
}
.tc-services-style8 .service-card .top-info .icon:hover {
  color: #fff;
  background: #ff7f7f;
}
.tc-services-style8 .service-card .tags {
  margin-top: 30px;
}
.tc-services-style8 .service-card .tags .tag {
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
  margin: 5px 5px 5px 0px;
}
.tc-services-style8 .service-card .tags .tag:hover {
  color: #fff;
  cursor: pointer;
  background: #fd7f7f;
  border-color: #fd7f7f;
}
.tc-services-style8 .service-card .top-info .icon img {
  border-radius: 10%;
}


@media screen and (max-width: 991px) {
  .tc-services-style8 .service-card {
    padding: 30px 15px;
  }
  .tc-services-style8 .service-card .top-info .title {
    font-size: 16px;
    -webkit-margin-end: 50px;
    margin-inline-end: 50px;
  }
  .tc-services-style8 .service-card .top-info .icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .tc-services-style8 .service-card .tags .tag {
    font-size: 13px;
    padding: 5px 10px !important;
  }
  .tc-services-style8 .service-card {
    height: auto;
  }
  .tc-services-style8 .pb-30 {
    padding-bottom: 0px !important;
  }
}