.data-sync-section {
  padding: 60px 10%;
  background-color: #f4f6fa;
}

.data-sync-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.data-sync-content .text {
  flex: 1;
  min-width: 300px;
}

.data-sync-content .text h2 {
  font-size: 2em;
  color: #002e5b;
  margin-bottom: 20px;
}

.data-sync-content .text p {
  font-size: 1.1em;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

.data-sync-content .image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.data-sync-content .image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.contact-button {
  display: inline-block;
  padding: 12px 28px;
  background-color: #002e5b;
  color: #fff;
  font-size: 1em;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.contact-button:hover {
  background-color: #004080;
  transform: translateY(-2px);
}
