.service-3 h2 {
  font-size: 38px;
}
.service-3 h3 {
  font-size: 20px;
}
.service-3 .wrapper-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
.service-3 .wrapper-text ul {
  padding-left: 0px;
}
.service-3 .wrapper-text ul li {
  list-style-type: none;
  display: flex;
  margin-bottom: 5px;
}
.service-3 .wrapper-text ul li:before {
  content: url(/wp-content/themes/ergotree/assets/img/tick.png);
  width: 24px;
  height: 24px;
  display: flex;
  margin-top: 5px;
  margin-right: 10px;
}
.service-3 .wrapper-text a {
  font-weight: bold;
  color: var(--w-color);
}
.service-3 .wrapper-text a:hover {
  color: var(--e-color);
  transition-duration: 0.5s;
}
.service-3 img, .service-3 svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

#service-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .service-3 {
    padding-bottom: 0px !important;
  }
  .service-3 h2 {
    font-size: 28px;
  }
}