.preventive-banner {
  background-color: #faf0e6;
  h1 {
    color: #681e77 !important;
    font-size: 32px;
  }
  img {
    width: auto;
  }
}
@media (max-width: 640px) {
  .preventive-banner {
    img {
      width: 100%;
    }
    h1 {
      font-size: 22px;
    }
  }
}

#image_with_text {
  img {
    width: 100%;
    object-fit: cover;
  }
  h4 {
    color: #681e77 !important;
  }
}

#why-prevension {
  .about_card {
    p {
      color: #681e77 !important;
      font-size: 14px !important;
    }
    border: 2px solid #681e77;
    border-radius: 6px;
    padding: 7px 19px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
    width: 350px;
    min-height: 190px;
  }
}
