.top-margin{
    margin-top:50px;
}

.categories-bar {
    display: flex;
    gap: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    flex-wrap: wrap;
}

.left-bar {
    flex: 1;
    min-width: 200px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.right-bar {
    flex: 3;
    min-width: 300px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.deal-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
 