.image-block {
  padding: 60px 0;
}
.image-block .block-image {
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.image-block .block-holder {
  position: relative;
}
.image-block .image-ann {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  padding: 10px 15px 10px 45px;
  max-width: 220px;
  width: 100%;
}
.image-block .image-ann:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("images/ann.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

/*# sourceMappingURL=block.css.map */
