.how-we-deliver-them{
  max-height: 64rem!important;
  padding-top: 6rem!important;
  padding-bottom: 1.25rem!important;
}
.it_section{
  position: relative;
  display: flex;
  height: unset;
}
.it_section-intro{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 4rem;
}
.section_eyebrow{
  font-family: Colfax;
  font-size: 1rem;
  line-height: normal;
  color: #FFFFFF;
}
.section_title{
  font-family: Colfax Regular;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.25rem;
  color: #FFFFFF!important;
}

.it_section-aim{
  width: 50%;
  display: flex;
}

.letters-wrap{
  position: relative;
  height: 100%;
  overflow: hidden;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: flex-end;
  /*justify-content: space-between;*/

  gap: 1.563rem;
  padding-top: 3.5rem;
  
  width: 40%;
}
.letters-wrap .image-item {
  position: sticky;
  height: 16.75rem;
}

.letters-wrap .image-item img{
  height: 100%;
}


.strategy-items{
  position: relative;
  height: 100%;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6rem;
  
  width: 60%;
  padding-left: 10%;
}

.strategy-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.strategy-title{
  font-family: Colfax Regular;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
}
.strategy-desc{
  font-family: Colfax Regular;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53125rem;
  color: #FFFFFF;
}
.strategy-item ul {
  list-style-type: none!important;
}

.strategy-item li{
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53125rem;
  color: #FFFFFF;

  padding-left: 0px; /* Space for the marker */
  text-indent: -20px; /* Pull text back */
}

/*.strategy-item li::marker {
  content:'- '!important;
}*/
.strategy-item li::before {
  content: "- ";
  color: #ffffff;
  margin-right: 8px;
}


@media only screen and (max-width: 1024px) {
  .how-we-deliver-them{
	max-height: 55.625rem!important;
	padding-top: 4.3rem!important;
	padding-bottom: 4.3rem!important;
  }

  .it_section-intro {
	padding-top: 0;
  }
  
  .strategy-item{
	gap: 1rem;
  }
  
  .strategy-title{
	font-size: 1.75rem;
	line-height: 2rem; 
  }  
  .strategy-item li{
	font-size: 1rem!important;
	line-height: 1.375rem!important;
  }
  
  .letters-wrap{
	gap: 4.375rem;
	padding-top: 0;
  }
  .letters-wrap .image-item {
	height: 11.864rem;
  }
  .strategy-items{
	gap: unset;
	justify-content: space-between;
  }

}

@media only screen and (max-width: 980px) {
  .how-we-deliver-them{
	max-height: unset!important;
	padding-top: 4.3rem!important;
	padding-bottom: 4.3rem!important;
  }
  
  .it_section{
	flex-direction: column;
	height: auto;
	gap: 3rem;
  }
  .it_section-intro {
    width: 100%;
  }
  .it_section-aim {
    width: 100%;
  }

  .letters-wrap {
	padding-top: 0;
  }
  
  .strategy-items{
	height: auto!important;
  }
  .strategy-item{
	gap: 0.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .strategy-title {
	font-family: Colfax;
	font-size: 1rem;
	line-height: 100%;
  }
  .strategy-item li{
	font-size: 1rem;
	line-height: 1.25rem; 
  }
  .letters-wrap .image-item {
	height:   6.563rem;
  }
  .letters-wrap{
	width: 30%;
	gap: 9rem;
	padding-top: 6%;
  }
  .strategy-items{
	width: 70%;
	gap: 2rem;
  }
  
  .strategy-item{
	gap: 0.875rem;
  }

}
