.SliderCardWrapper  {
    height: 287px !important;
    width: 305px !important;
    padding: 36px !important;
}

.SliderTextTitle {
    margin-bottom: 5px !important;
}

.hoverbutton:hover > p {
    color: white !important;  
}

.desktop-menu-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .custom-flex {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }
}
