.link-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-video:hover svg path {
  fill: #f3c802;
}
.link-video__icon {
  width: 108px;
  height: 108px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .link-video__icon {
    width: 62px;
    height: 62px;
  }
  .link-video__icon svg {
    width: 20px;
  }
}
.link-video__icon svg {
  margin-right: -5px;
}
.link-video__icon svg path {
  fill: #03a28a;
  transition: 0.1s all linear;
}

.clients-testimonial__image {
  position: relative;
}

/*# sourceMappingURL=style.css.map */
