.style_sliderContentWrapper__3eLt9,
.style_contentWrapper__sF_gH {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: var(--spacer-24, 24px);
}

.style_contentWrapper__sF_gH,
.style_sectionShortcutList__GFqSm {
  max-width: 980px;
}

.sections.sections-title-v2 {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  background-color: transparent !important;
}

.sections.sections-title-v2>.wrapper-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  gap: 24px;
  overflow: visible;
}

.sections.sections-title-v2>.wrapper-main>.section-head {
  gap: 4px;
  padding: 0 16px;
}

.sections.sections-title-v2>.wrapper-main>.section-head,
.sections.sections-title-v2>.wrapper-main>.section-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.sections.sections-title-v2>.wrapper-main>.section-head>.title.title-bold {
  font-weight: 600;
}

.sections.sections-title-v2.theme-light>.wrapper-main>div .title,
.sections.sections-title-v2.theme-light>.wrapper-main>div .description,
.sections.sections-title-v2.theme-light>.wrapper-main>div .info,
.sections.sections-title-v2.theme-light>.wrapper-main>div .btn-section>p,
.sections.sections-title-v2.theme-light>.wrapper-main>div .btn-section>i.icon {
  color: black;
}

.sections.sections-title-v2>.wrapper-main>.section-head>.title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin: 0;
}

.style_contentOtherBenefitWrapper__9fghw {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 16px;
  gap: 16px;
}

.section-items.card-guide-step-xl {
  display: flex;
  flex-grow: 1;
  width: 100%;
  min-width: 120px;
  height: auto;
}

.section-items.card-guide-step-xl>.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  height: auto;
}

.section-items.card-guide-step-xl>.wrapper>.img-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.relative {
  position: relative;
}

.section-items.card-guide-step-xl>.wrapper>.info-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  gap: 2px;
}

.section-items.card-guide-step-xl>.wrapper>.info-wrapper>.contents {
  display: flex;
  flex: 1;
  flex-grow: 1;
  flex-direction: column;
  gap: 4px;
}

.section-items.card-guide-step-xl>.wrapper>.info-wrapper>.numero,
.section-items.card-guide-step-xl>.wrapper>.info-wrapper>.contents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  direction: ltr;
}

@supports (-webkit-line-clamp: 3) {

  .section-items.card-guide-step-xl>.wrapper>.info-wrapper>.numero,
  .section-items.card-guide-step-xl>.wrapper>.info-wrapper>.contents>h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .section-items.card-guide-step-xl>.wrapper>.info-wrapper>.contents>p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.section-items.card-guide-step-xl>.wrapper>.info-wrapper>.numero,
.section-items.card-guide-step-xl>.wrapper>.info-wrapper>.contents>h1 {
  color: #000;
  font-family: TruenoRg;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.028px;
  margin: 0;
  padding: 0;
}

.section-items.card-guide-step-xl>.wrapper>.info-wrapper>.contents>p {
  color: #000;
  font-family: TruenoLt;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 15.996px;
}

.section-items.card-guide-step-xl>.wrapper>.img-wrapper>img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 1024px) {

  .style_sliderContentWrapper__3eLt9,
  .style_contentWrapper__sF_gH {
    gap: 32px;
  }

  .sections.sections-title-v2>.wrapper-main {
    gap: 36px;
  }

  .sections.sections-title-v2>.wrapper-main>.section-head>.title {
    font-size: 40px;
    line-height: normal;
    letter-spacing: -0.4px;
  }

  .style_contentOtherBenefitWrapper__9fghw {
    gap: 24px;
    padding: 0;
  }

  .section-items.card-guide-step-xl.direction-left {
    direction: ltr;
  }

  .section-items.card-guide-step-xl>.wrapper {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }

  .section-items.card-guide-step-xl>.wrapper>.img-wrapper {
    max-width: 454px;
  }

  .section-items.card-guide-step-xl>.wrapper>.info-wrapper {
    gap: 4px;
  }

  .section-items.card-guide-step-xl>.wrapper>.info-wrapper>.contents {
    gap: 6px;
  }

  .section-items.card-guide-step-xl>.wrapper>.info-wrapper>.numero,
  .section-items.card-guide-step-xl>.wrapper>.info-wrapper>.contents>h1 {
    font-size: 26px;
    line-height: normal;
    letter-spacing: -0.13px;
  }

  .section-items.card-guide-step-xl>.wrapper>.info-wrapper>.contents>p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.09px;
  }

  .section-items.card-guide-step-xl.direction-right {
    direction: rtl;
  }
}