/**
* Lantern Press - Our Artwork
* @author Katharina Tramm
* @version 0.1
*/

.grid-2x2 {
    display: flex;
    width: 900px;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 50px 0;
    justify-content: center;
    gap: 50px;
}

.grid-2x2 > div {
    text-align: center;
    width: 400px;
}

hr {
    border: none;
    color: #9a6142;
    background-color: #9a6142;
    height: 1px;
    width: 250px;
    margin-bottom: 20px;
}