.external-link-animated {
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 0.75rem;
    margin-left: -2px;
    position: relative;
    width: 0.75rem;
}

p {
    font-size: 20px;
}

.p-inner-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 170px;
    height: 170px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.steps ul li {
    padding-left: 0px;
}

/* .p-inner-tab img{
  width: 70px;
} */
.steps li {
    opacity: 1 !important;
    box-shadow: none !important;
}

.item-title {
    text-align: center;

}

.card-item {
    cursor: pointer;
}

.card-item img {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 140px;
    min-width: 140px;
}

ol > li:last-child > .timeline-badge {
    transform: scale(1.3);
}