#rec918782083 .t754_parent {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
}

#rec918782083 .t754_col {
    flex: 0 0 auto;
    width: 300px; /* Измени по необходимости */
}

#rec918782083::-webkit-scrollbar {
    height: 8px;
}

#rec918782083::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 4px;
}

#rec918782083::-webkit-scrollbar-track {
    background: #ddd;
}
