.block-process .panel p {
    display: flex;
    align-items: center;
}

.block-process .panel span {
    width: 32px;
    height: 32px;
    text-align: center;
    margin-right: 8px;
    display: inline-block;
    color: white;
    font-weight: bold;
    border-radius: 16px;
    background-color: #6E9D27;
    line-height: 32px;
}

.block-process .accordion {
    /* background-color: white; */
    cursor: pointer;
    padding: 10px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    /* color: black; */
    display: flex;
    align-items: center;
}

.block-process .panel {
    padding: 0;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    _display: none;
    transition: max-height 0.2s ease-out;
}