button {
  background-color: inherit;
  border: none;
}
.beTextFContainer {
  width: 32.5rem;
  font-size: 3.125rem;
  font-weight: 700;
}
.beTextFContainer span {
  color: #f92937;
}
.collapsibleListContent span {
  font-weight: 700;
}
.beTextTextContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 6rem 0;
  gap: 10rem;
}
.quick {
  font-size: 1rem;
}
.textRightF {
  width: 18rem;
}
.beSafeSolutions {
  background-color: #e8e8e8;
  display: flex;
  justify-content: center;
}
.beSafeContainer {
  margin-top: 8.125rem;
}
.beHeader {
  font-size: 3.125rem;
  font-weight: 300;
  text-align: center;
}
.beHeader span {
  font-weight: 700;
}
.beSafeTextContainer {
    display: flex;
    justify-content: center;
    padding: 5rem 0;
    gap: 5rem;
}
.text {
  width: 32.5%;
  font-size: 1.5rem;
  font-weight: 400;
}
.text h1 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.text h1 span {
  font-weight: 800;
}
.leftArrowM {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.125rem;
      padding: 3rem 0;
}
.leftArrow span {
  color: #a90014;
}
.leftArrow1 {
  width: 16.25rem;
}
.leftArrow2 {
  width: 21.875rem;
}
.textRight {
  width: 40%
}
/* Initially hide the content */
.collapsibleListContent {
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-weight: 400;
  padding-left: 0.625rem;
  padding-bottom: 0.625rem;
  line-height: 1.875rem;
}

/* Show the content when active class is applied */
.collapsibleListContent.active {
  opacity: 1;
  height: auto;
}
.collapsableListElement {
  margin-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #ccc; /* Move border here */
}

.collapHead {
  padding: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.collapsibleListHeading {
  margin: 0;
}

.collapsibleListButton {
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
}
.beEnviContainer{
    padding: 5rem 0;
}
.beEnviTextContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 8.125rem;
  padding-bottom: 3.125rem;
  gap: 5rem;
}
.textLeftEnvi {
  height: 68.75rem;
}
.partners {
  background-color: #e8e8e8;
}
.partnersContainer {
  padding-top: 5rem;
}
.partnerBox {
  padding: 6rem 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.partnerImages {
  position: relative;
}

.partnerImg img {
  display: block;
    width: 100%;
    height: auto;
}

.OnLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.motto {
  width: 7.5rem;
  height: 7.5rem;
}
.motto {
  width: 7.5rem;
  height: 7.5rem;
}
.ready {
  display: flex;
  justify-content: center;
  padding:5rem 0;
}
.readyText {
  width: 37.5rem;
}
.readyText .text{
    padding:5rem 0;
    width: 30rem;
}
.arrows {
  font-size: 1.5rem;
  font-weight: 700;
}
.arrow span {
  color: #f92937;
}
@media screen and (max-width: 660px) {
  .beTextTextContainer {
    flex-direction: column;
    padding: 4rem 8%;
  }
  .beTextFContainer {
    order: 2;
    width: auto;
  }
  .textRightF {
    width: auto;
  }
  .beSafeSolutions {
    padding: 0 8%;
  }
  .beSafeTextContainer {
    flex-direction: column;
  }
  .textLeft {
    order: 2;
  }
  .textLeftEnvi {
   height: auto;
      
  }
  .textRight {
    width: auto;
  }
  .text {
    width: auto;
  }
  .beEnviContainer {
  padding: 5rem 8%;
  }
  .beEnviTextContainer {
    flex-direction: column;
  }
  .textLeftEnvi {
    order: 2;
  }
  .partnerLeft {
    display: none;
  }
  .ready {
    padding: 5rem 8%;
  }
  .readyText {
    width: auto;
    height: auto;
  }
  .readyText .text {
      width: auto;
      
  }
}
