.definationTitle{
    padding-top: 30px;
}

.test{
    padding-top: 250px;
    padding-bottom: 100px;

}



.defination-introsection .col-lg-6 img {
    border-radius: 8px; /* Optional: Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Subtle shadow */
  }
  
  @media (max-width: 768px) {
    .defination-introsection {
      flex-direction: column-reverse; /* Stack image and text for smaller screens */
    }
  }
  