.column_item {
    background-color: rgba(255,106,0,0.68);
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.text_item {
    background-color: rgba(0,0,0,0.1);
    color: #020202;
    /* background-color: #C5C1C1; */
    margin-top: 5px;
    text-align: left;
    padding: 0.5em;
    display: flex;
    justify-content: left;
    font-size: clamp(14px,2vw,16px);
}
