.Panels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;

    .Panel {
        flex-basis: 0;
        min-width: 300px;
    }
}
