body {
  background: #f8f8fc;
}

.guide-app {
  position: relative;
  width: 23.4375rem;
  min-height: max(100vh, 49.625rem);
  background: #f8f8fc;
}

.guide-close {
  right: 1.25rem;
}

.guide-close img {
  width: 1.5rem;
  height: 1.5rem;
}

.guide-content {
  display: flex;
  width: 20.9375rem;
  margin: 0 auto;
  padding: 4.5rem 0 5.875rem;
  flex-direction: column;
  gap: 1rem;
}

.guide-card {
  display: flex;
  width: 20.9375rem;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
}

.guide-card h2 {
  width: 100%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: -0.025rem;
}

.guide-card h2 em {
  color: #ff0000;
  font-style: normal;
}

.guide-card__text {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.021875rem;
}

.guide-card__text p {
  word-break: break-word;
}

.guide-card__text p + p {
  margin-top: 0.25rem;
}
