.work_archive4 {
    display: grid;
    grid-template-rows: 15% 83%; /* Top 25% and bottom 75% */
    gap: 1%;
    height: 100%; /* Full height of the viewport */
    width: 130vh;
}