.tally-customization {
  padding: 60px 10%;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customization-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.customization-text {
  flex: 1;
  min-width: 300px;
}

.customization-text h2 {
  font-size: 2em;
  color: #002e5b;
  margin-bottom: 20px;
}

.customization-text p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 15px;
}

.contact-us-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #002e5b;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.contact-us-btn:hover {
  background-color: #0056a8;
}

.customization-image {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.customization-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
