.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;
}

.contact-cta-row{
  display: flex;
  flex-wrap: wrap;
}
.contact-cta-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px 0;
  min-height: 100%;
}
.custom-button-wrapper {
  padding: 0 0 20px 0;
}