.pro-card-list.cust-img-text::after{
    display: none;
}
.pro-card-list.cust-img-text .heading-wrapper .section-header {
    max-width: 59%;
}

.card-list .section-header__wrapper .button {
  margin-top: 2rem;
}
.cust-img-text .heading-wrapper img{
  max-width:132px; 
}
@media (max-width: 749px) {
  .pro-card-list.cust-img-text .heading-wrapper .section-header {
    max-width: 100%;
  }
}