.form-contact textarea {

    height: initial !important;
}

.gallery_area {

    padding-top: 0 !important;
}

.card:hover {

    background-color: whitesmoke;
    cursor:pointer;

}
.form-check-hover:hover {

    background-color: whitesmoke !important;

}

.underline_on_hover:hover {
    text-decoration: underline;
    color: #000;
}