.moon-act {
  padding: 37px 0 45px 0;
  background: #F6F7F9;
  margin-bottom: 0;
}
.moon-act__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  padding-bottom: 34px;
  margin-right: -16px;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #E0E3EA transparent;
}
.moon-act__wrapper::-webkit-scrollbar {
  width: 58px;
  height: 5px;
  background: transparent;
}
.moon-act__wrapper::-webkit-scrollbar-thumb {
  background-color: #E0E3EA;
  border-radius: 10px;
}
.moon-act__card {
  max-width: 300px;
  width: 100%;
  flex-shrink: 0;
}
.moon-act__image {
  position: relative;
  margin-bottom: 26px;
  display: block;
  border-radius: 6px;
}
.moon-act__image > picture {
  display: flex;
  max-height: 366px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.moon-act__base p {
  color: #636D7A;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 9px;
}
.moon-act__title {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
}
.moon-act .act-hint {
  position: absolute;
  top: 25px;
  left: -9px;
  z-index: 1;
  padding: 9px 16px 7px 16px;
  border-radius: 6px;
  overflow: hidden;
  font-family: var(--latoFont);
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.26px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.moon-act .act-hint.hint-r {
  background: #FF6569;
}
.moon-act .act-hint.hint-y {
  background: #C1569C;
}

@media screen and (min-width: 576px) {
  .moon-act {
    padding: 50px 0 50px 0;
    margin-bottom: 0;
  }
  .moon-act__wrapper {
    gap: 50px;
    padding-bottom: 60px;
    margin-right: -20px;
  }
  .moon-act__base p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .moon-act__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .moon-act {
    padding: 62px 0 68px 0;
    margin-bottom: 0;
  }
  .moon-act__wrapper {
    gap: 75px 100px;
    padding-bottom: 0px;
    margin-right: 0px;
    flex-wrap: wrap;
    overflow: visible;
  }
  .moon-act__card {
    flex-shrink: 1;
    flex: 1 280px;
  }
  .moon-act__image:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.12s ease-in;
  }
  .moon-act__base p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .moon-act__title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .moon-act {
    padding: 97px 0 92px 0;
    margin-bottom: 0;
  }
  .moon-act__base p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .moon-act__title {
    font-size: 22px;
  }
}