.works_inner {
  margin-top: 80px;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.works_title {
  font-weight: bold;
  font-size: 80px;
  background: linear-gradient(transparent 80%, #cfe3fb 70%);
  margin-bottom: 40px;
}

.img_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  margin: 60px 0;
}

.images {
  margin: 10px 0 40px;
  width: 300px;
  cursor: pointer;
  filter: drop-shadow(8px 8px 5px rgba(56, 56, 56, 0.5));
}

.images:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
  filter: brightness(0.7);
}

.comment {
  margin: -20px 0 20px;
  font-size: 12px;
}

/*works_page */
.works1_img {
  width: 100%;
  display: flex;
  margin-top: -15px;
  padding: 20px;
  filter: drop-shadow(8px 8px 5px rgba(56, 56, 56, 0.5));
}

.works1_sub_title {
  font-size: 20px;
  text-decoration: underline;
}

.works1_comment {
  font-size: 14px;
  margin: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 900px) {
  .img_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .img_1,
  .img_2,
  .img_3,
  .img_4,
  .img_5,
  .img_6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  .works1_img {
    max-width: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 900px) {
  .works1_sub_title {
    font-size: 32px;
  }
}
@media screen and (min-width: 900px) {
  p {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  .works1_comment {
    width: 95%;
  }
}/*# sourceMappingURL=style_works.css.map */