.block-projects .projects-block-title {
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
  color: #184955;
}
.block-projects .project {
  position: relative;
  display: flex;
  height: 205px;
  margin-bottom: 30px;
  overflow: hidden;
  background-size: cover;
  border: 8px solid #fff;
  border-radius: 6px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11);
}
.block-projects .project:hover .project__image {
  transform: scale(1.1);
}
.block-projects .project .project__image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.block-projects .project__image {
  height: 100%;
  transition: all 500ms ease;
}
.block-projects .project__image:after {
  position: absolute;
  display: block;
  width: 132px;
  height: 100%;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.block-projects .project__title {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.block-projects .project__title:after {
  position: relative;
  top: -1px;
  margin-right: 3px;
  font-family: "Icomoon";
  font-size: 9px;
  content: "\e906";
}

/*# sourceMappingURL=block-projects.css.map */
