.paragraph--type--data{
    max-width: 1120px;
    padding-inline: 2.5rem;
    margin: 3rem auto 11rem;
    text-align: center;
}

.paragraph--type--data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5rem;
}

.paragraph--type--data h2.data-title{
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.paragraph--type--data .data-content > div{
    display: flex;
    flex-wrap: wrap;
    row-gap: 6rem;
    column-gap: 8rem;
    justify-content: center;
    margin-top: 3rem;
}

.paragraph--type--data .data-content > div > div{
    height: 100%;
}

.paragraph--type--data > div > a{
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 1.8rem 2.4rem;
    width: auto;
    white-space: normal;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    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--data > div > a:hover{
    background: white !important;
    color: #EB0029;
    border-color: #EB0029;
}

