.fifth-block {
  margin: 0;
  padding-top: 10rem;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  background: #fcfcfc;
}

.fifth-inner {
  position: relative;
  display: grid;
  grid-template-columns: 50vw 1fr;
  column-gap: 0vw;
  width: 100%;
  padding: 6vw 0vw 0 0vw;
}

.fifth-left {
  text-align: left;
  padding-left: 5vw;
}

.fifth-title {
  font-family: "KingRichard-Italic", sans-serif;
  font-size: clamp(2rem, 6vw, 6.4375rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
  color: #381809;
  text-transform: uppercase;
  width: 100%;

  display: inline-block;
  opacity: 0;

  will-change: transform, opacity;
}

.fifth-lead {
  margin-top: clamp(2rem, 5vw, 4.125rem);
  font-family: "Manrope Medium";
  font-size: clamp(0.875rem, 1vw, 1.125rem);
  line-height: normal;
  color: #381809;
  max-width: none;

  position: relative;

  will-change: transform, opacity;
}

.fifth-right {
  display: flex;
  position: relative;

  width: 100%;
  flex-direction: column;
  gap: 5rem;
  text-align: left;
}

.benefit {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.benefit-title {
  font-family: "Manrope Medium";
  font-size: clamp(1rem, 1.4vw, 1.6875rem);
  font-weight: 500;
  color: #381809;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  will-change: transform;
  cursor: pointer;
}

.benefit-desc {
  font-family: "Manrope Medium";
  font-size: clamp(0.875rem, 1vw, 1.125rem);
  font-weight: 400;
  color: #381809;
  margin: 0;
  display: inline-block;
  will-change: transform;
  cursor: pointer;
}

.zoom-section {
  position: relative;
  min-height: auto;

  padding-block: clamp(12rem, 14vw, 16rem);
  overflow: hidden;
  background: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
}

.zoom-container {
  position: relative;
  top: unset;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 25px;
  will-change: auto;
  transition: transform 0.2s cubic-bezier(0.4, 1, 0.6, 1);

  box-sizing: border-box;
  width: 100vw;
  height: auto;
  max-width: 100vw;

  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
}

@media (max-width: 600px) {
  .fifth-block {
    padding-top: 5.5rem;
    min-height: unset;
    background: #fcfcfc;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .fifth-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
    gap: 5.1875rem;
  }
  .fifth-left {
    text-align: center;
    padding: 0;
    width: 100%;
    margin-bottom: 0rem;
  }
  .fifth-title {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.05;
    text-align: center;
    font-style: normal;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .fifth-lead {
    margin: 2rem auto 0 auto;
    width: 60%;
    font-size: 0.75rem;
    font-family: "Manrope Medium";
    line-height: normal;
    max-width: 90vw;
    text-align: center;
    color: #381809;
    opacity: 1;
  }

  .fifth-lead br {
    display: none;
  }

  .fifth-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 5.8125rem;
  }

  .benefit {
    gap: 0rem;
    align-items: center;
    width: 90vw;
    max-width: 100vw;
  }
  .benefit-title {
    font-family: "Manrope Medium";
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #381809;
    font-weight: 500;
    line-height: normal;
  }
  .benefit-desc {
    font-size: 0.75rem;
    color: #381809;
    font-family: "Manrope Medium";
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin: 0 auto;
    max-width: 70%;
  }

  .zoom-section {
    padding-top: 0rem;
    padding-bottom: 5.9375rem;
    min-height: 320px;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcfcfc;
    overflow: hidden;
    position: relative;
  }

  .zoom-container {
    position: relative;
    aspect-ratio: 4 / 5;
    top: unset;
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    max-height: none;
    min-height: 170px;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
}
