.zoom-section-six {
  position: relative;
  min-height: 100vh;
  height: auto;
  width: 100vw;
  background: #fcfcfc;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  align-items: center;
  justify-content: center;
  padding-top: clamp(10rem, 20vh, 22rem);
  padding-bottom: clamp(6rem, 10vh, 12rem);
}

.zoom-container-six {
  width: 100vw;
  height: auto;
  position: relative;
  will-change: transform;
  transition: border-radius 0.3s;
  box-sizing: border-box;
  border-radius: 36px;
  max-width: 100vw;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

.section-six {
  position: relative;
  width: 100vw;
  height: auto;
  max-width: 100vw;
  background-image: url("../resources/images/partner_img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  margin: 0;
  padding: clamp(4rem, 8vw, 10rem) 0;
}

.section-six-title-container {
  display: flex;
  justify-content: flex-start;
  padding: 2rem 5%;
  width: 100%;
}

.section-six-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: #ffffff;
  text-transform: uppercase;
  text-align: left;
  transition: font-size 0.15s ease;
}

.section-six-subtitle-container {
  display: flex;
  justify-content: flex-start;
  padding: 0rem 5%;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

.section-six-subtitle {
  font-family: "Manrope Medium", sans-serif;
  font-size: clamp(0.8rem, 1.3vw, 2rem);
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: #ffffff;
  transition: font-size 0.15s ease;
}

.section-six-options {
  margin: 0;
  margin-top: 5rem;
  padding-bottom: 10rem;
  width: 100%;
}

.option-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(2rem, 7vh, 6rem);
  padding-bottom: clamp(1rem, 6vh, 5rem);
}

.option-label {
  flex: 0 0 40%;
  font-family: "Manrope Medium", sans-serif;
  font-size: clamp(0.9rem, 1.3vw, 1.7rem);
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 5%;
  transition: font-size 0.15s;
}

.option-description {
  flex: 0 0 50vw;
  margin-left: calc(50vw - 50% - 5%);
  font-family: "Manrope Medium", sans-serif;
  font-size: clamp(0.9rem, 1vw, 1.15rem);
  color: #ffffff;
  font-weight: 500;
  line-height: normal;
  transition: font-size 0.15s;
}

@media (max-width: 600px) {
  .zoom-section-six {
    position: relative;
    max-width: 100vw;
    height: auto;
    background: #fcfcfc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6.375rem;
    padding-bottom: 0rem;
    overflow: hidden;

  
  }

  .zoom-container-six {
    position: relative;
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    margin: 0 auto;
    border-radius: 0px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;

    border-radius: 25px;
  }

  .section-six {
    width: 100%;
    background-image: url("../resources/images/partner_img_mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    padding-bottom: 7.6875rem;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }

  .section-six::after {
    background-image: none;
  }

  .section-six-title-container,
  .section-six-subtitle-container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3;
  }

  .section-six-title {
    font-family: "KingRichard-Italic", sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 5.4375rem 0 2.0625rem 0;
    width: 100%;
    max-width: 100%;
    line-height: 1.15;
    z-index: 3;
  }

  .section-six-subtitle {
    font-family: "Manrope Medium", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 0 5.1875rem 0;
    padding: 0 1rem;
    z-index: 3;
    text-transform: none;
    line-height: normal;

    width: 70%;
  }

  .section-six-subtitle br {
    display: none;
  }

  .section-six-options {
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    gap: 3.75rem;
    padding-bottom: 1rem;
  }

  .option-row {
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 3;
  }

  .option-label {
    font-family: "Manrope Medium", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    width: 100%;
    z-index: 3;
  }

  .option-description {
    font-family: "Manrope Medium", sans-serif;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0rem;
    padding: 0;
    width: 70%;
    z-index: 3;
    box-sizing: border-box;
  }

  .option-description br {
    display: none;
  }
}
