#section2 img {
  filter: grayscale(100%);
  transition: filter .5s linear;
}

#section2 img:hover {
  filter: grayscale(0);
}

#section2 i {
  color: #d99c61;
}

#section2 .item .content .point {
  font-family: 'PretendardSemiBold';
  text-decoration: underline;
  text-underline-position: under;
}

@media screen and (max-width: 768px) {
  #section1 {
    margin-top: 50px;
  }
}