.dashboard-slide button {
    transition: 0.4s;
    /* background-color: #3baeb2 !important; */
    color: #3baeb2 !important;
}

.dashboard-slide.swiper-slide-active button, .dashboard-slide:hover button {
    transition: 0.4s;
    background-color: #3baeb2 !important;
    color: #fff !important;
}

.dashboard-slide:hover button {
    transition: 0.4s;
    margin-top: -15px;
}