#be-loyalty {
    max-width: 1220px;
    padding: 10px;
    margin: 0 auto;
}

.be-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.be-description {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #fff;
}

.be-heading {
    font-family: "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 178%;
    color: #fff;
}

.be-levels {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #fff;
}

.be-item {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #fff;
}

.be-item-level {
    font-weight: 700;
}

.be-card-text-container .be-list {
    list-style: disc;
    margin-top: 20px;
    margin-left: 30px;
}

.be-card-discount {
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}

.be-card-percent {
    color: #9fa9af;
}

.be-conditions + .be-list,
.be-levels + .be-list {
    list-style: none;
    padding: 0;
}

.be-item {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.be-conditions {
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}

.be-conditions + .be-list .be-item {
    font-family: "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #fff;
}

#be-loyalty .be-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    row-gap: 65px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.be-conditions {
    margin-bottom: 20px;
}

#be-loyalty .be-card {
    display: flex;
    flex-direction: column;
    max-width: 380px;
    width: 380px;
    min-width: 380px;
}

#be-loyalty .be-card-img,
#be-loyalty .be-card-text {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

#be-loyalty .be-card-img {
    min-height: 244px;
    background-color: #D9D9D9;
    border-radius: 20px;
}

#be-loyalty .be-card-img img {
    max-width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 20px;
}

#be-loyalty .be-card-text {
    display: flex;
    width: 100%;
}

#be-loyalty .be-card-text-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 20px 0 0;
    padding: 0;
}

#be-loyalty .be-card-title-container {
    font-family: "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 8px;
    align-items: center;
}

#be-loyalty .be-card-title {
    margin: 0;
    word-break: break-word;
}

.be-heading {
    margin-bottom: 10px;
}

.be-conditions + .be-list .be-item:not(:last-child) {
    margin-bottom: 20px;
}

.lk-btn {
    font-family: "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
    text-decoration: none;
    padding: 16px 24px;
    max-width: 191px;
    background: #7894d6;
}

.lk-btn:hover {
    background: #88a3e3;
}

.guest-account {
    max-width: 275px;
}

@media screen and (max-width: 1250px) {
    #be-loyalty .be-cards-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 400px) {
    #be-loyalty .be-card {
        min-width: unset;
    }

    #be-loyalty .be-card-img {
        min-height: unset;
    }
}