.vinculos {
    margin: 20px;
}

.vinculos ol {
    counter-reset: listCounter;
    list-style: none;
}

.vinculos img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.vinculos a {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}


.vinculos ol li {
    counter-increment: listCounter;
    margin: 20px;
    overflow: hidden;
    color: #142749;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 20px;
}

.vinculos ol li .views-field.views-field-nothing {
    display: inline-block;
}

.vinculos a:not([href]):not([class]) {
    display: none;
}

.vinculos ol li a {
    overflow: hidden;
    color: #142749;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    margin-left: 20px;
}

.vinculos ol>li::before {
    content: counter(listCounter);
    background: #006937;
    color: #FFF;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;

}


.vinculos h2 {
    color: #142749;
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.vinculos,
.vinculos p {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.vinculos a:hover {
    color: #006937;

}