.three-column-images{
    display: flex;
    column-gap: 32px;
    padding-bottom: 250px;
}

.three-column-images > div{
    flex: 1;
    height: 50vh;
}

.three-column-images > div > img{
    width: 100%;

    object-fit: contain;
}

footer.fixed-footer{
    position: sticky;
    width: 100%;
    bottom: 0;
}