/* Optional custom styling to ensure proper spacing */
.ab_left_content {
    padding-right: 30px; /* Adds some spacing between columns */
}

.single_image img {
    max-height: 100%; /* Ensures image doesn't overflow its container */
    width: auto; /* Maintains aspect ratio */
}
