._certicate-content-wrapper {
    min-height: calc(100vh - (72px + 42px + 150px));
}

._bullet-l {
    position: relative;
}

._bullet-l::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #333;
}

._badge-description {
    max-height: 0px;
}

._badge-wrapper:hover ._badge-description {
    max-height: 1000px;
    border: 1px solid #c4c4c4;
    transition: all 1s ease-in-out;
}

._badge-wrapper:hover ._badge-description ._badge-description-display {
    /* max-height: 100%; */
    scale: 1 1;
    transition: all 0.6s ease-in-out;
}

._badge-wrapper ._badge-description ._badge-description-display {
    /* max-height: 0px; */
    scale: 0.8 0.8;
}

._badges-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

._badges-item {
    margin-bottom: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
}
