.contact-cta-right-content li {
  list-style: none;
}
.contact-cta-right-content li::before {
  content: '';
  display: inline-block;
  height: 21px;
    width: 40px;
    background-image: url(https://pro-global.com/wp-content/uploads/2021/10/arrow-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-cta-right-content a{
  color: black;
}