.scrollable-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap; 
}
.responsive-image {
  flex: 0 0 30%; 
  max-width: 200px; 
  height: auto;
  padding: 5px; 
}
.small-text {
font-size: 0.9em; 
} 
