.keep-container {
    height: auto;
    border-bottom: 1px solid #1e3053;
}

.keep-container .card-radius .card-body {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    position: relative;
}

@media(max-width: 768px) {
    .keep-container .card-radius .card-body {
        min-height: unset;
    }
    
    .keep-container .card-radius .card-cover {
        max-height: 250px;
    }
}