.paragraph--type--item-counter{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    max-width: 40rem;
}

.paragraph--type--item-counter h3{
    font-size: 2.2rem;
    font-weight: 600;
}

.paragraph--type--item-counter > div > a{
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 1rem 2rem;
    width: auto;
    white-space: normal;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: linear-gradient(45deg, #EB0029, #f1637b) !important;
    color: #fff;
    border-radius: 30px;
}

.paragraph--type--item-counter > div > a:hover{
    background: var(--background-color-200) !important;
    color: #EB0029;
    border-color: #EB0029;
}