.big-flaticons{
    font-size: 50px;
    color: black;
    text-align: center;
}


.text-center {
    text-align: center !important;
}

.gallery-image-width img{
    max-width: 350px;
}

@media screen and (max-width:767px) {
    .gallery-image-width img{
        max-width: 100%;
    }
}

.white-class a{
    color: white !important;
}