.tf-card-box.style-1 .card-media img {
  width: 100% !important;
}

.tf-section {
  padding-top: 8rem !important;
}

.tf-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* Make counter boxes fill full width evenly */
.counter__body {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.counter__body .counter {
  flex: 1;
  max-width: 50%;
}
