/** @format */

.about-two-col-white {
  margin-bottom: 100px;
}

.about-two-col-white .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
  gap: 20px;
  flex-direction: column;
}

.about-two-col-white .bot-row .inner {
  flex-direction: column-reverse;
}

.about-two-col-white .top-row strong {
  color: #5f8346;
  font-family: Outfit;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.about-two-col-white .top-row p {
  color: #1b3137;
  font-family: Outfit;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.about-two-col-white .image-container {
  position: relative;
  display: inline-block;
}

.about-two-col-white .top-row {
  margin-bottom: 30px;
}

.about-two-col-white .bot-row .image-container::after {
  content: '';
  position: absolute;
  top: 286px;
  right: 60px;
  width: 100vw;
  background: #7fc242;
  height: 620px;
  height: 1000px;
  z-index: -1;
  display: none;
}

.about-two-col-white ul li {
  color: #1b3137;
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}

.about-two-col-white .inner .content-container {
  position: relative;
}

.about-two-col-white .top-row .inner .content-container::before {
  content: '';
  position: absolute;
  background: #5f8346;
  height: 10px;
  width: 100%;
  right: calc(100% + 20px);
  top: 12px;
}

@media screen and (min-width: 1025px) {
  .about-two-col-white {
    margin-bottom: 100px;
  }

  .about-two-col-white .inner,
  .about-two-col-white .bot-row .inner {
    grid-gap: 80px;
    gap: 80px;
    flex-direction: row;
  }

  .about-two-col-white .top-row {
    margin-bottom: 80px;
  }

  .about-two-col-white .bot-row .image-container::after {
    display: block;
  }

  .about-two-col-white .top-row .image-container::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 56px;
    width: 100vw;
    background: #1b3137;
    height: 50%;
    z-index: -1;
  }

  .about-two-col-white .inner .content-container {
    flex: 1;
  }
}

@media screen and (min-width: 1921px) {
  .about-two-col-white .image-container::after {
    width: 100% !important;
  }

  .about-two-col-white .top-row .inner .content-container::before {
    width: 50px;
  }
}

ul.has-before li {
  color: var(--color-body-text);
  padding: 0 0 0 20px;
  position: relative;
}

ul.has-before li::before {
  position: absolute;
  left: 0;
  color: #7fc242;
  content: '\f0da';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}
