
ol li{
    list-style-type: number;
    list-style-position: inside;
    margin-bottom: 10px;
}

ol{
    text-align: right;
    margin: 0 auto;
    width: fit-content;
}

strong{
     color:#fa0d36;
}