.get-joyful__head {
  text-align: center;
}

.get-joyful__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 96%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #222;
  margin-bottom: 25px;
}

.get-joyful__head a {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: -0.05em;
  text-align: center;
  text-decoration: underline;
  color: #222222;
  text-underline-offset: 6px;
  text-decoration-color: #222222;
  transition: text-decoration-color 0.3s ease;
}

.get-joyful__head .get-joyful__desc p em {
  font-size: 24px;
  font-style: normal;
}

.get-joyful__head .get-joyful__desc p em strong {
  font-size: 28px;
  font-style: normal;
}

.get-joyful__head a:hover {
  text-decoration-color: transparent;
}

.get-joyful__head .get-joyful__desc strong {
  font-weight: 700;
}

.get-joyful__head .get-joyful__desc p {
  font-weight: 500;
  font-size: 35px;
  line-height: 132%;
  color: #222;
}

.get-joyful__head .get-joyful__desc h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 193%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #222;
}

.get-joyful__head .get-joyful__desc p:not(:last-child) {
  margin-bottom: 15px;
}

.get-joyful__body {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 45px;
}

.get-joyful__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 33px;
  border-radius: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-height: 323px;
  box-sizing: border-box;
}

.get-joyful__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #222222;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  line-height: 185%;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 30px;
}

.get-joyful__item a svg {
  max-width: 31px;
  min-width: 31px;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1401px) {
  .get-joyful {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (min-width: 769px) {
  .get-joyful {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .get-joyful__body {
    flex-direction: column;
  }

  .get-joyful {
    margin-top: 40px;
  }

  .get-joyful__item {
    padding: 37px 33px;
  }

  .get-joyful__head .get-joyful__desc p,
  .get-joyful__head a {
    font-size: 25px;
  }
}
