* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

/* card done */

.card-wrapper {
    height: 550px;
    width: 300px;
    perspective: 1000px;
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* .card-wrapper:hover .content {
    transform: rotateY(180deg);
    transition: 1s;
} */

/* .face-front,
.face-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
} */

/* .face-back {
    transform: rotateY(180deg);
} */

.all_section_done_help {
    position: relative;
    left: 3%;
    line-height: 2rem !important;
}

@media screen and (max-width: 9680px) {
}
