.content-section {
  padding: 60px 10%;
  background-color: #f4f6fa;
}

.section-heading {
  font-size: 2em;
  margin-bottom: 20px;
  color: #002e5b;
}

.section-paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 25px;
}

.image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.content-image {
  max-width: 280px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.content-image.small {
  max-width: 500px;
  max-height: 400px;

}
.why-tally-section {
  background-color: #f4f6fa;
  padding: 60px 10%;
}

.why-tally-heading {
  color: #002e5b;
  font-size: 2em;
  margin-bottom: 20px;
}

.why-tally-text {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #333;
}

