.tm-sc-service .icon {
  display: inline-block;
}
.tm-sc-service .icon,
.tm-sc-service .feature-title,
.tm-sc-service .feature-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tm-sc-service .service-block-style9 {
  border-right: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--theme-color2-rgb), 0.1);
}
.tm-sc-service .service-block-style9 .inner-box {
  position: relative;
  padding: 50px 50px 50px;
  text-align: center;
}
.tm-sc-service .service-block-style9 .inner-box:hover .image-box img {
  transform: scale(1.1);
}
.tm-sc-service .service-block-style9 .inner-box .image-box {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.tm-sc-service .service-block-style9 .inner-box .image-box img {
  border-radius: 50%;
  transition: all 300ms ease;
  overflow: hidden;
}
.tm-sc-service .service-block-style9 .inner-box .content-box {
  text-align: center;
}
.tm-sc-service .service-block-style9 .inner-box .content-box .service-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.tm-sc-service .service-block-style9 .inner-box .content-box .service-details {
  margin-bottom: 26px;
}
.tm-sc-service .service-block-style9 .inner-box .content-box .theme-btn {
  width: 100%;
}