.page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  padding: 0 50px;
  margin: 25px 0 50px 0;
}

.page-title__title-text {
  font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  /* margin: 0 0 15px 0; */
  text-align: center;
}

.page-title__subtitle-text {
  font-family: "Sora", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0;
}

.production-process {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  flex: 1;
}

.production-process__item {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0 0 50px 0;
  background-color: rgb(248, 248, 248);
  align-items: center;
}

.production-process__item--left {
  flex-direction: row-reverse;
}

.production-process__text-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: black;
  padding: 0 50px;
}

.production-process__name {
  font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.production-process__caption {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  margin: 0;
}

.production-process__image {
  width: 50%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .page-title {
    padding: 0 25px;
  }

  .production-process__item {
    flex-direction: column;
    padding: 0 25px;
    background: none;
    align-items: flex-start;
  }

  .production-process__item--left {
    flex-direction: column;
  }

  .page-title__subtitle-text {
    font-size: 14px;
    line-height: 24px;
  }

  .production-process__text-wrapper {
    color: black;
    padding: 0;
    width: 100%;
  }

  .production-process__image {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
  }

  .production-process__caption {
    font-size: 14px;
    text-align: 24px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .page-title {
    padding: 0 50px;
  }

  .page-title__subtitle-text {
    font-size: 16px;
    line-height: 26px;
  }

  .production-process__item {
    flex-direction: column;
    padding: 0 50px;
    background: none;
  }

  .production-process__caption {
    font-size: 16px;
    text-align: 26px;
  }
}
