.M134-swiper--wrap {
 padding-bottom: 50px; 
  border-bottom: 4px solid #00AFD5;
}
  

.M103__title span {
  color: #00AFD5;
}

.M134-swiper p {
 font-size: 16px;
  line-height: 1.25em;
}

 .M134__content {
   z-index: 1;
   align-self: center;
}

.M134__content ul {
  padding: 0;
}

 .M134__content li:before { 

/*   background: url('https://20116975.fs1.hubspotusercontent-na1.net/hubfs/20116975/check.png') center no-repeat; */
  content: "✔" !important;
   
}

.M134__content li {
   font-size: 16px;
  line-height: 1.5em;
  list-style: none;
  padding-left: 1.5em !important;
}

.M134__media {
 
  margin-top: 25px;
  width: 100%;
  
}

.M103-hero--jumbotron .u-button-container {
  position: relative;
  z-index: 999999;
}
  

@media only screen and (min-width: 800px) {
  .M103-hero--jumbotron {
  min-height: 500px;
  } 
  .M134-swiper p {
   font-size: 22px;
    line-height: 1.25em;
  }
  .M134__content li {
   font-size: 22px;
  }
}
    .M134__media {
/*         position: absolute;
        right: 0;
        width: 45%;
        z-index: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
      height: 100%; */
  }
}

.swiper-pagination {
  max-width:1520px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  bottom: -10px !important;
  position: relative !important; 
}

.swiper-pagination-bullet {
  background: #fff;
  margin-right: 5px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #00AFD5;
}

