.bundles {
    margin-top: 90px;
}

.modul-status i {
    margin-right: 10px;
}

.modul-status .fa-check {
    color: var(--blue);
}

.modul-status i:not(.fa-check) {
    color: red;
}

.modul-status {
    align-items: flex-start;
    justify-content: flex-start;
}

.bundle-content {
    position: relative;
}

.card.flex>div:last-child {
    margin-left: 0;
}

.card {
    margin: 100px 0 120px 0;
}

.recommendation {
    position: absolute;
    background: url("../img/banner.png");
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--nav-active-text-color);
    width: 260px;
    height: 60px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 800px) {
    .bundles {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .bundles .bundle:last-child {
        margin-top: 50px;
        grid-row: 2;
        grid-column: 1 / span 2;
    }
}

@media screen and (max-width: 700px) {
    .card.flex {
        grid-template-columns: 1fr;
    }
    #Operator+div:not(.transparent) .flex-column {
        margin-left: 0;
    }
    #Operator+div:not(.transparent) .flex-row {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .bundles {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        margin-top: 0;
    }
    .bundles .bundle:last-child {
        margin-top: 75px;
        grid-row: 3;
        grid-column: 1;
    }
    .bundles .bundle:nth-child(2) {
        margin-top: 75px;
        grid-row: 2;
        grid-column: 1;
    }
    .card.flex div:last-child img {
        margin-top: 50px;
    }
}

@media screen and (max-width: 500px) {
    .card.flex img {
        width: 100%;
    }
}