.block-alma {
    color: white;
    background-color: #FA5022;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 1rem;

    .number-background {
        background-color: black;
        border-radius: 4px;
        width: 24px;
        height: 24px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }

    span:first-child {
        margin-right: 5px;
    }
}