.left-strip-section .section-wrap {
  border-left: solid 100px #AB926D;
  padding: 120px 20px;
}

.left-strip-section .section-wrap .content-wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.left-strip-section .section-wrap .content-wrap > h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.left-strip-section .section-wrap .content-wrap .optional-text-wrap {
  margin-top: 12px;
}

.left-strip-section .section-wrap .content-wrap .repeater-items-wrap {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.left-strip-section .section-wrap .content-wrap div.repeater-items-wrap .repeater-inner-wrap {
  width: 100%;
  max-width: 50%;
  border-bottom: solid 1px #D7D7D7;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.left-strip-section .section-wrap .content-wrap div.repeater-items-wrap .repeater-inner-wrap:nth-child(odd) {
  padding-left: 0;
  padding-right: 40px;
}

.left-strip-section .section-wrap .content-wrap div.repeater-items-wrap .repeater-inner-wrap:nth-child(even) {
  padding-left: 40px;
  padding-right: 24px;
}

.left-strip-section .section-wrap .content-wrap div.repeater-items-wrap .repeater-inner-wrap:nth-child(odd):last-child {
  margin-bottom: 0px;
}

.left-strip-section .section-wrap .content-wrap div.repeater-items-wrap .repeater-inner-wrap > h5 {
  color: #835946;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.left-strip-section .section-wrap .content-wrap div.repeater-items-wrap .repeater-inner-wrap > span {
  color: #808080;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
}

.left-strip-section .section-wrap .content-wrap div.repeater-items-wrap .repeater-inner-wrap > p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 8px;
}

.left-strip-section .left-strip-cta-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.left-strip-section .left-strip-cta-button {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 24px 32px;
  display: block;
  width: fit-content;
  text-align: center;
  transition: all ease-in-out 200ms;
  text-decoration: none;
  background: #AB926D;
  color: #fff;
}

.left-strip-section .left-strip-cta-button:hover {
  background: #A67D23;
  color: #fff;
}

.left-strip-section .left-strip-cta-button:active {
  background: #956B0D;
  color: #fff;
}

p.details-wrap.lighter-text-mode {
  color: #404040 !important;
}

@media screen and (max-width: 767px) {
  .left-strip-section .section-wrap {
    border-left: unset;
    padding: 24px 20px 40px 20px;
    border-top: solid #CFA693 20px;
  }

  .left-strip-section .section-wrap .content-wrap > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .left-strip-section .section-wrap .content-wrap .repeater-items-wrap {
    margin-top: 24px;
  }

  .left-strip-section .section-wrap .content-wrap div.repeater-items-wrap .repeater-inner-wrap {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .left-strip-section .section-wrap .content-wrap div.repeater-items-wrap .repeater-inner-wrap > h5,
  .left-strip-section .section-wrap .content-wrap div.repeater-items-wrap .repeater-inner-wrap > p {
    font-size: 18px;
    line-height: 26px;
  }

  .left-strip-section .left-strip-cta-wrap {
    margin-top: 32px;
    width: 100%;
  }

  .left-strip-section .left-strip-cta-button {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.8px;
  }
}