/* line 8, blocks/project/style.scss */
.project .wrap .image {
  height: 250px;
  min-width: 100%;
  overflow: hidden;
  margin-bottom: 1.25em;
}

@media screen and (min-width: 30em) {
  /* line 8, blocks/project/style.scss */
  .project .wrap .image {
    height: 300px;
  }
}

@media screen and (min-width: 48em) {
  /* line 8, blocks/project/style.scss */
  .project .wrap .image {
    height: 400px;
  }
}

@media screen and (min-width: 60em) {
  /* line 8, blocks/project/style.scss */
  .project .wrap .image {
    height: 600px;
  }
}

/* line 22, blocks/project/style.scss */
.project .wrap .image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 30, blocks/project/style.scss */
.project .wrap .content h3 {
  font-weight: 400;
  margin-bottom: 1.25em;
  color: #4d6e5a;
}
