@charset "UTF-8";
.works {
  padding: 20px;
}
.works-txt {
  text-align: left
}
.works h2 {
  font-size: 22px;
  font-weight: bold;
  color: #1B1F67;
  margin-bottom: 1rem;
}

.works-col {
  display: flex;
  flex-wrap:wrap;
  gap:20px;
  justify-content:center;
  margin: 16px auto;
}
.works-col3 > div{
  width: calc(33% - 20px);
}
.works-col4 > div {
  width:  calc(25% - 20px);
}
.works-col img {
  width: 100%;
  height: auto;
}
