.image_gallery_date_and_author {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;

    color: rgba(0, 0, 0, 0.45);

    margin-bottom: 30px;
}

.image_gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.image_gallery_column {
    width: 32.5%;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.image_gallery_item {
    width: 100%;

    margin-bottom: 2%;

    cursor: pointer;
}

.image_gallery_item img {
    width: 100%;

    border-radius: 8px;
    overflow: hidden;
}
