.custom-banner {
     min-height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Responsive for laptops */
@media (max-width: 1024px) {
  .custom-banner {
    height: 60vh;
  }
}

/* Responsive for tablets and mobiles */
@media (max-width: 768px) {
  .custom-banner {
    height: 50vh;
  }
}








.wecare_container {
  padding: 50px 20px;
  background-color: #fff;
}

.wecare_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 45px;
  max-width: 1200px;
  margin: 0 auto;
}

.wecare_left {
  flex: 1 1 40%;
 }

.wecare_image {
  width: 90%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.wecare_image_heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    font-family:'Gothic A1', sans-serif !important;
}

.wecare_right {
  flex: 1 1 42%;
}

.wecare_paragraph {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #5a5a5a;
}

.wecare_right a {
  color: #0073aa;
  text-decoration: underline;
}

.wecare_right a:hover {
  color: #005580;
}

/* Responsive */
@media (max-width: 768px) {
  .wecare_inner {
    flex-direction: column;
  }

  .wecare_left,
  .wecare_right {
    flex: 1 1 100%;
  }

  .wecare_image_heading {
    font-size: 1.2rem;
    padding: 8px 12px;
  }
}
