.gallery h1{
    font-size: 25px;
    font-family: 'PT Serif', serif;
    font-weight: 500;
    padding: 15px 0px;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    margin-top: 20px;
}


.row{
    margin-left: -17px;
}

.column {
    align-content: flex-start;
    width: 22%;
    padding: 3px 14px;
    
}



.row::after {
    content: "";
    display: table;
    clear: both;
}




.text-wrapper{
    width: 110%;
    position: relative;
    margin-top: -50%;
    
}

.text-wrapper h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    box-shadow: black;
    text-shadow: 2px 2px black ;
}


