.photo_gallery ul li {
    margin-bottom: 40px;
}
ul {
    list-style: none;
}
.gall_cover h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background-color: #014eb6;
}
.gall_cover a {
    text-decoration: none;
    color: var(--white_color);
}
.gall_cover {
    border: 1px solid #014eb6;
    border-radius: 5px;
}
.gall_cover h2{
    margin-bottom: 0px;
    color: #fff;
}