.contact__hr {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.row h4, .row p, .row h6{
    text-align: center;
}

.album__col .gallery__picture{
    width: 100%;
    height: 200px;
}

.album__col img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.album__col a{
    transition: 1.0s;
}

.album__col img:hover{
    text-decoration: none;
    transform: scale(1.01);
}

@media screen and (max-width: 767px){
    .album__col .gallery__picture {
        width: 300px;
    }
}