.label_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.label_box span {
  padding: 0;
  white-space: nowrap;
  color: #B09AE8;
  font-family: var(--Typography-Heading-Typeface, sans-serif);
  font-size: var(--Typography-Text-Size-Heading-6, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Typography-Line-Height-Heading-6, 24px);
  /* 150% */
}
.text-section {
  padding: 56px 0 !important;
  display: flex;
  flex-direction: column;
}
.text-section + .text-section {
  padding-top: 0 !important;
}
.text-section .container {
  gap: 80px;
  display: flex;
  flex-direction: column;
}
.text-section .text-wrapper {
  display: flex;
  flex-direction: column;
}
.text-section h3 {
  color: var(--Colours-Black, #000);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  letter-spacing: -0.48px;
}
.text-section p {
  color: var(--Colours-Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%;
  /* 24px */
}
.image_section + .text-section {
  padding-top: 0 !important;
}
.image_section {
  padding: 0 0 80px 0 !important;
}
.image_section .image_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 60px);
}
.image_section .image_wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 839px;
  margin: 0 auto;
  object-fit: contain;
}
