.two-col-feature{
  display: flex;
  align-items: center;
}
.img-left{
  flex-direction: row-reverse;
}
.img-left img{
  margin-right: 5vw;
}
.img-right img{
  margin-left: 5vw;
}
.img-right .col{
  width: 50%;
}
.img-left .col{
  width: 50%;
}
.no_image .col{
  width: 100%;
}
.no_image .feature-image{
  display: none;
}
.feature-image img{
  max-width: 100%;
}
.bullet-list{
  padding: 0;
  margin: 10px;
  list-style-type: none;
}
.bullet-feature{
  background: url('https://engage.visuallease.com/hubfs/VisualLease_September2022/images/bullet.png') no-repeat left top;
  height: 25px;
  padding-top: 7px;
  padding-left: 10px;
}
.bullet-list li {
     line-height: 1.5em;
     height: auto;
  padding-left:3em
}
.bullet-list ul {
  padding-left:3em
     line-height: 1.5em;
     height: auto;
}
@media screen and (max-width: 1023px){
  .two-col-feature {
      align-items: stretch;
      flex-direction: column;
  }
  .two-col-feature .col{
    width: 100%;
}
  .presenters {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-around;
}
  .presenters .span3 {
    width: 100%;
}