.content > .top > .contact-us > div > h5 {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #c73866;
}

.content > .img-lazy > .about {
  margin: 9.6rem 0 10rem;
}

.content > .img-lazy > .about > li {
  width: var(--width-center);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content > .img-lazy > .about > li > img {
  width: 54.3rem;
}

.content > .img-lazy > .about > li > :first-child {
  margin-right: 8.8rem;
}

.content > .img-lazy > .about > li > div > h3 {
  font-size: 3.2rem;
  color: #fe676e;
  margin-bottom: 1.6rem;
  line-height: 3.4rem;
}

.content > .img-lazy > .about > li > div > p,
.content > .img-lazy > .about > li > div > span:first-of-type {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 2.4rem;
  color: var(--color-black);
}

.content > .img-lazy > .about > li:first-of-type > div > p:last-of-type {
  font-weight: 500;
}

.content > .img-lazy > .about > li > div > span:last-of-type {
  display: inline-block;
  margin-bottom: 2.4rem;
  font-weight: 600;
  color: var(--color-highlight);
  text-decoration: underline;
  cursor: pointer;
}

.content > .img-lazy > .about > .example {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4rem 0 7.2rem;
  padding: 6.4rem 0;
  background: rgba(255, 222, 199, 0.5);
  border-radius: 3.2rem;
  color: var(--color-black);
}

.content > .img-lazy > .about > .example:last-child {
  margin-bottom: 0;
}

.content > .img-lazy > .about > .example > li {
  width: 44.8rem;
  display: flex;
  font-size: 1.8rem;
}

.content > .img-lazy > .about > .example > li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.content > .img-lazy > .about > .example > li > div > img {
  width: 2rem;
  margin-right: 1rem;
}

.content > .img-lazy > .got-back {
  width: var(--width-center);
  margin: 0 auto 10.2rem;
  padding: 10.2rem 4.8rem 11.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  background-color: #e4e1e0;
  border-radius: 6.4rem;
}

.content > .img-lazy > .got-back > img {
  width: 50.7rem;
}

.content > .img-lazy > .got-back > div > h3 {
  font-size: 3.4rem;
  font-weight: 600;
  color: var(--color-highlight);
}

.content > .img-lazy > .got-back > div > h5 {
  margin: 1.6rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #c73866;
}

.content > .img-lazy > .got-back > div > p {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #261205;
}

.content > .img-lazy > .got-back > div > button {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .content > .top > .contact-us > div > h1 {
    line-height: 39px;
  }
  .content > .top > .contact-us > div > h5 {
    margin-bottom: 24px;
    line-height: 26px;
    font-weight: 600;
  }
  .content > .img-lazy > .about {
    margin: 72px 0 16px;
  }
  .content > .img-lazy > .about > li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .content > .img-lazy > .about > li > :first-child {
    margin: 0;
  }
  .content > .img-lazy > .about > li > img {
    width: 100%;
  }
  .content > .img-lazy > .about > li > div {
    margin: 0 16px;
  }
  .content > .img-lazy > .about > li > div > h3 {
    margin-top: 16px;
    font-size: 28px;
  }
  .content > .img-lazy > .about > .example {
    padding: 32px 16px;
    margin: 16px 0 72px;
  }
  .content > .img-lazy > .about > .example > li {
    width: 100%;
  }
  .content > .img-lazy > .about > .example > li > span {
    line-height: 26px;
  }
  .content > .img-lazy > .got-back {
    width: calc(100% - 32px);
    padding: 32px 8px 64px;
    flex-direction: column;
    gap: 39px;
    border-radius: 32px;
  }
  .content > .img-lazy > .got-back > img {
    width: 100%;
  }
  .content > .img-lazy > .got-back > div > h3 {
    font-size: 24px;
  }
  .content > .img-lazy > .got-back > div > h5 {
    margin: 8px 0 11px;
    font-size: 16px;
  }
  .content > .img-lazy > .got-back > div > p {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
