.works {
  padding-top: 230px;
  padding-bottom: 50px;
}
.works__heading {
  margin-bottom: 100px;
  text-align: center;
}
.works__inner {
  width: 80%;
  max-width: 1400px;
  margin: auto;
}
.works__list {
  display: flex;
  flex-wrap: wrap;
}
.works__item {
  width: 49%;
  margin-bottom: 80px;
  transition: 0.4s;
}
.works__item:nth-of-type(even) {
  margin-right: 0;
  margin-left: auto;
}
.works__thumb {
  position: relative;
  width: 100%;
  margin-bottom: 13px;
}
.works__thumb::after {
  display: block;
  padding-top: 37.5%;
  content: "";
}
.works__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__title {
  margin-bottom: 12px;
  color: #29ABE2;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.works__detail {
  padding: 18px 20px;
  border-radius: 5px;
  background-color: #eee;
}
.works__detail-list {
  display: flex;
}
.works__detail-item {
  margin-right: 35px;
}
.works__detail-item dt {
  margin-bottom: 5px;
  font-size: 14px;
}
.works__detail-item dd {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .works__inner {
    width: 75%;
  }
  .works__heading {
    margin-bottom: 80px;
  }
  .works__item {
    width: 480px;
  }
}
@media screen and (max-width: 576px) {
  .works {
    padding-top: 190px;
    padding-bottom: 0;
  }
  .works__heading {
    margin-bottom: 50px;
  }
  .works__inner {
    width: 100%;
    padding: 0 20px;
  }
  .works__list {
    display: block;
  }
  .works__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .works__thumb::after {
    padding-top: 60%;
  }
  .works__detail-list {
    display: block;
  }
  .works__detail-item {
    display: flex;
  }
  .works__detail-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .works__detail-item dt {
    width: 80px;
  }
  .works__detail-item dd {
    flex: 1;
    font-size: 14px;
  }
}/*# sourceMappingURL=works.css.map */