.timeline-image-container {
    position: relative;
    width: 100% !important;
    overflow: hidden;

    img {
        width: 100% !important;
        height: 500px !important;
        object-fit: cover;
        opacity: 0.7;
    }
}
