.textOverImage {
  color: #000 !important;
}

.text-container-promo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 31%;
  right: 0;
  top: 53%;
  margin: 0 8% 6% 0;
}

.text-container-promo p:first-of-type {
  font-size: 25px;
  display: block;
  color: #fff !important;
  font-family: "mr-eaves-xl-modern", sans-serif;
  padding: 0;
  line-height: 30px;
  margin: 0;
  letter-spacing: 1.5px;
}

.button-text:hover {
  text-decoration: none;
}

.row.image1gap {
  margin-bottom: 1.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.imagegap3.container {
  margin-top: 1.1%;
}

.button-text {
  display: block;
  background: none;
  letter-spacing: 3px;
  text-decoration: underline;
  font-weight: 500;
  line-height: 30px;
  font-size: 21px;
  color: #fff;
  font-family: "mr-eaves-xl-modern", sans-serif;
}

@media screen and (max-width: 768px) {
  .row.image1gap {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 769px) {
  .imageBannerWidth {
    max-width: 1440px;
  }
}
/* Hide checkbox input */
.toggle-checkbox {
  display: none;
}

/* Hide the text by default */
.toggle-text {
  display: none;
}

/* Show text when the checkbox is checked */
.toggle-checkbox:checked + .toggle-text {
  display: block;
  font-size: 0.875rem;
}

/* Style for the label (the clickable anchor tag) */
.toggle-link {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  font-size: 18px;
  color: #792058;
  text-transform: uppercase;
  padding: 0;
  line-height: 26px;
}

.termsandconditions {
  text-align: center;
}

.experience-commerce_assets-termAndCondition .toggle-link,
.experience-commerce_assets-termAndCondition .toggle-link .toggle-text {
  font-family: "mr-eaves-xl-modern", sans-serif;
}

.toggle-checkbox:checked + .toggle-text {
  display: block;
  font-size: 17px;
  padding: 1% 0 0 0;
  color: #000;
  font-family: "mr-eaves-xl-modern", sans-serif;
  text-align: justify;
}
