/* line 7, blocks/basic_content/style.scss */
.basic-content h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2em;
  color: #4d6e5a;
}

@media screen and (min-width: 48em) {
  /* line 7, blocks/basic_content/style.scss */
  .basic-content h3 {
    text-align: left;
  }
}

/* line 17, blocks/basic_content/style.scss */
.basic-content ul {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
/* 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;
}
