.details-card .card-info {
    flex-direction: column;
}

.center-lottie {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
    overflow: hidden;

}