﻿
.cbk_gamer_galerie-container {
    display: flex;
    column-gap: 30px;
    padding: 20px 30px;
    align-items: center
}

.cbk_gamer_container--wrapper-left {
    display: flex;
    width: 60%;
    min-width: 320px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.cbk_gamer_container--wrapper-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 1300px) {
    .cbk_gamer_galerie-container {
        flex-direction: column;
        padding: 10px;
        row-gap: 20px
    }

    .cbk_gamer_container--wrapper-left {
        width: 100%;
    }

    .cbk_gamer_container--wrapper-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
}
