.works_content_wrap {
  margin: 0 auto;
  padding: 33.1rem 0 20rem;
  width: 82rem;
}

.works_content_wrap h2 a {
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .works_content_wrap {
    padding: 20rem 0 20rem;
    width: 31.5rem;
  }
  .works_content_wrap h2 {
    font-size: 2.5rem !important;
  }
  .works_content_wrap div {
    display: block !important;
  }
  .works_content_wrap img {
    height: auto !important;
    object-fit: contain !important;
    width: 100% !important;
  }
  .works_content_wrap .wp-block-spacer {
    height: 5rem !important;
  }
}
