.image-text__image {
  text-align: center;
}

.image-text__image img {
  width: auto;
  height: auto;
  vertical-align: top;
}


.image-text__title {
  margin-bottom: 16px;
}

.image-text__desc ul {
  
}

.image-text__desc ul li {
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}

.image-text__desc ul li:last-child {
  margin-bottom: 0;
}

.image-text__desc ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--primary-color-6);
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 50%;
}
.image-text__link a.cta-arrow-link{padding:32px 10px 20px 0;}
@media all and (max-width: 991.98px) {
  
  .image-text__image {
    margin-bottom: 24px;
  }
  
  .image-text__image img {
    width: 100%;    
  }
  
  .image-text__auto {
  	text-align: center;
  }
  
  .image-text__auto img {
  	  width: auto;    
  }
  
}