/* Add space around the container */
.compatible-apps {
  margin: 20px;
}

/* Center and space logos horizontally */
.catf-logos {
  display: flex;
  justify-content: space-between; /* Adjust space between logos */
  align-items: center;
  /* Add any other styles for the container if needed */
}

/* Add space between the logos */
.catf-logos img {
  margin-right: 10px; /* Adjust the margin as needed */
}
/* Add space between the logos */
.catf-logos svg {
  margin-right: 10px; /* Adjust the margin as needed */
