.side-to-side {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.side-to-side-bckg {
  position: relative;
  color:var(--white);
}
.side-to-side-bckg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(#000000b3, #000000b3);
}
.side-to-side-custom-bckg-fix {
  padding-top: 120px;
  padding-bottom: 120px;
}

.side-to-side-bckg h2, .side-to-side-bckg p {
  color: var(--white);
}

.side-to-side-community-wrap {
  font-size:28px;
  font-weight: 700;
  margin-bottom: 25px;
}
.side-to-side-community-wrap i {
  color:var(--green);
}
.side-to-side-community-wrap + p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom:1px solid var(--green);
  margin-bottom: 20px;
}

.side-to-side-orange-p {
  color:var(--orange);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.side-to-side-year-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 15px 3px;
  display: flex;
}
.side-to-side-year {
  border-right: 2px solid var(--green);
  color: var(--dark);
  text-align: right;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 44px;
}

.side-to-side-year-text {
  width: 73%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}