.insights-carousel {
    display: flex;
    gap: 1em;
    overflow: hidden;
}

.insights-carousel > .insight {
    background-color: #ffffff;
    flex-shrink: 0;
    width: calc(30% - 1em);
}

.insight .insight-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}

.image-btn {
    background-color: #ddd;
    color: #000;
}
