.block--gallery img {
  width: 100%;
}
.block--gallery .right-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.block--gallery .right-wrapper > div {
  flex: 1 0 0%;
}
.block--gallery .right-wrapper > div .icon {
  width: 100%;
  height: 100%;
  background-color: #008000;
  border-radius: 0;
  background-image: url("../../img/icons/build.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .block--gallery {
    margin-top: 40px;
  }
  .block--gallery .image {
    margin-bottom: 40px;
  }
  .block--gallery .right-wrapper {
    flex-direction: row;
  }
}/*# sourceMappingURL=block--gallery.css.map */