.three-column-image-wrapper{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:2rem 0}.column{flex-direction:column}.column,.image-container{align-items:center;display:flex}.image-container{height:200px;justify-content:center;margin-bottom:1.5rem}.image-container img{height:auto;max-height:200px;max-width:300px;object-fit:contain;width:auto}.description-container{padding:0 1rem;text-align:left}@media (max-width:768px){.three-column-image-wrapper{gap:1rem;grid-template-columns:1fr;padding:0}.image-container{height:180px}.image-container img{max-height:180px;max-width:250px}}