.tool__image {
  height: 19.1rem;
  width: 100%;
  background: url("../../images/vlaio-logo.svg") center center no-repeat;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(
      0 0,
      calc(100% - 40px) 0,
      100% 40px,
      100% 100%,
      0 100%
    );
  }
}

.tool__image > * {
  width: 100%;
  height: 100%;
}

.fallback-img {
  background: url("../../images/vlaio-logo.svg") center center no-repeat;
}

html h2.tool__title,
html .typography h2.tool__title {
  font-size: 2.6rem;
  line-height: normal;
  font-weight: 500;
  margin: 0;
  overflow-wrap: anywhere;
}

.typography div.tool__description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: -1rem 0 0 0;
  overflow-wrap: anywhere;
}

.vt-btn__link {
  margin: 0.6rem 0 0.3rem 0;
}
