.right-img {
  float: right;
  margin-left: 20px; /* Adds space between text and image */
  width: 200px;      /* Optional: adjust size */
}
p {
  font-family: Merriweather;
}
a {
  font-family: Poppins;
}
h6 {
  display: block;
  content: "";
  margin-top: 500px; /* Adjust this value to change height */
}

img {
  width: 50%;
  height: 50%;
  object-fit: contain; /* Resizes to fit inside without cropping */
}
