.epos-integration {
  padding: 60px 20px;
  background-color: #ffffff;
}

.epos-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.epos-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: left;
}

.epos-image img {
  max-width: 90%;
  height: auto;
  border-radius: 20px;
}

.epos-text {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.epos-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #000000;
}

.epos-text p {
  font-size: 1.125rem;
  margin-bottom: 30px;
  color: #333333;
}

.cta {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .epos-content {
    flex-direction: column;
    text-align: center;
  }
  .epos-image,
  .epos-text {
    min-width: 100%;
    text-align: center;
  }
  .epos-image img {
    max-width: 100%;
  }
}
