/* Services page: page title paragraph */
.page-title-desc {
    color: #ffffff;
}

.mt-feature {
    margin-top: 100px !important;
}
.mt-feature-bottom {
    margin-bottom: 100px !important;
}
/* Hide the title when the card is hovered */
.card-style04 .card-custom-1 h5 {
    transition: opacity .18s ease, transform .18s ease;
}

.card-style04:hover .card-custom-1 h5 {
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
}
