.caring-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.caring-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caring-bg img {
  object-fit: cover;
  height: 100vh;
}

.caring-content {
  border-radius: 12px;
  background-color: var(--primary-color) !important;
  padding: 50px;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--accent-color) !important;
  text-align: center;
  margin-bottom: 40px !important;
}

.feature h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--accent-color) !important;

  text-align: center;
}

.feature p {
  text-align: center;
  font-size: 15px;
  color: white;
}
.footer {
  text-align: left;
}
.footer-text .logo {
  width: 120px;
}

@media (max-width: 992px) {
  .caring-content {
    max-width: 100%;
    margin-left: auto; /* Centered for smaller screens */
    text-align: center;
    padding: 30px;
  }

  .footer-text {
    flex-direction: column;
    text-align: center;
  }
}
