.sanher-card-align {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 260px;
}

@media (max-width: 575px) {
    .sanher-card-align {
    	height: auto;
    }
}