.Content{
    grid-template-columns: repeat(auto-fit, 1fr );
    grid-auto-rows: 1fr;
    gap: 50px;
}
#ShortRev{
    grid-column: span 2;
}