.anchors-container {
    max-width: 200px;
    font-family: 'PT Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 1);
}

.anchors-tittle {
    font-family: 'PT Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 1);
}

.anchors-list {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.anchor-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.anchor-bullet {
    color: rgba(7, 69, 123, 1);
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    flex-shrink: 0;
}
