.fullCardCustom {
    height: 575px;
}

/* Apply these styles on mobile devices */
@media (max-width: 768px) {
    .fullCardCustom {
        height: 200px;
    }
}

.exploreBtn, .exploreBtnBlue {
    margin-left: auto;
    margin-right: 10px;
}