.piri_number{
    text-align: center;
    font-family: var(--font-family-secondary);
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 34px; /* 121.429% */
    border: 1px solid #000;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special_heading{
    font-family: var(--font-family-secondary);
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 34px; /* 121.429% */
}