.services-list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.services-list .service-item-current-style11 {
  position: relative;
  padding-left: 35px;
  margin-left: 35px;
}
@media (max-width: 991.98px) {
  .services-list .service-item-current-style11 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.services-list .service-item-current-style11:hover .image {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.services-list .service-item-current-style11:first-child {
  padding-left: 0;
  margin-left: 0;
}
.services-list .service-item-current-style11:first-child:before {
  display: none;
}
.services-list .service-item-current-style11:before {
  position: absolute;
  left: -7px;
  top: 0;
  font-size: 40px;
  line-height: 1.3em;
  color: #858585;
  content: "/";
}
@media (max-width: 991.98px) {
  .services-list .service-item-current-style11:before {
    display: none;
  }
}
.services-list .service-item-current-style11 .title {
  position: relative;
  font-size: 40px;
  line-height: 1.3em;
  color: #858585;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .services-list .service-item-current-style11 .title {
    font-size: 22px;
  }
}
.services-list .service-item-current-style11 .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: var(--theme-color1);
  transition: all 300ms ease;
  content: "";
}
.services-list .service-item-current-style11 .title:hover {
  color: var(--headings-color);
}
.services-list .service-item-current-style11 .title:hover:before {
  width: 100%;
}
.services-list .service-item-current-style11 .image {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 280px;
  margin-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.services-list .service-item-current-style11 .image img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 89%, 15% 89%, 0 100%, 0% 75%);
  width: 100%;
}