#ll-main-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
#ll-card-cont {
    background-image: url(../images/highlight/ll_bg.png);
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    width: 75rem;
    height: 34.375rem;
    padding: 2rem;
    display: flex;
    border-radius: 1.5rem;
    overflow: hidden;
}
#ll-card-cont .right-cont,
#ll-card-cont .left-cont {
    width: 50%;
    height: 100%;
}
#ll-card-cont .right-cont {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
#ll-card-cont .left-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#cards-ll-header {
    font-size: 1.875rem;
    margin-bottom: 1rem;
}
#ll-info-cont {
    width: 80%;
}
#cards-ll-description {
    margin-bottom: 1rem;
}
#cards-ll-list {
    list-style-type: disc;
    list-style-position: inside;
    color: var(--distro-blue) !important;
    font-size: 0.875rem;
}
#cards-ll-dg {
    width: 8rem;
}

#cards-ll-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    width: 10rem;
    background-color: var(--ll-purple);
    color: white;
    margin-block: 1.5rem;
    z-index: 2;
}

#blue_wing_pop {
    width: 3.5rem;
    position: absolute;
    top: 10%;
    right: 22%;
    transform: rotate(-50deg);
}
#red_wing_pop {
    width: 3.5rem;
    position: absolute;
    top: 8%;
    right: 70%;
    transform: rotate(-40deg);
}
#green_wing_pop {
    width: 4rem;
    position: absolute;
    top: 30%;
    right: 18%;
}
#cards-ll-logo-cont {
    width: 20rem;
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
}
#cards-ll-item-img {
    position: absolute;
    max-width: 90%;
    left: 0;
    bottom: 0;
    width: 18rem;
}

@media screen and (max-width: 860px) and (min-width: 500px) {
    #ll-card-cont .right-cont {
        width: 30%;
    }
    #ll-card-cont .left-cont {
        width: 70%;
    }
    #ll-card-cont #cards-ll-logo {
        width: 100%;
    }
    #blue_wing_pop {
        width: 2rem;
        right: 0%;
    }
    #red_wing_pop {
        width: 2rem;
        right: 90%;
    }
    #green_wing_pop {
        width: 2.5rem;
        right: 0%;
        top: 40%;
    }
}

@media screen and (max-width: 500px) {
    #ll-main-cont {
        padding: 0;
    }
    #ll-card-cont {
        position: relative;
        display: grid;
        width: 100vw;
        height: 57rem;
        padding: 4rem 1rem;
        flex-direction: column;
        grid-template-rows: max-content max-content;
        grid-template-areas:
            "right"
            "left";
        border-radius: 0px;
        gap: 1rem;
    }
    #ll-card-cont .right-cont {
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-areas:
            "logo"
            "dg";
        position: initial;
        grid-area: right;
        height: 100%;
    }
    #ll-card-cont .left-cont {
        justify-content: start;
        grid-area: left;
        height: 100%;
    }
    #ll-card-cont .right-cont,
    #ll-card-cont .left-cont {
        width: 100%;
    }
    #ll-info-cont {
        width: 100%;
    }
    #cards-ll-dg {
        grid-area: dg;
        justify-self: center;
        width: 6rem;
    }
    #ll-card-cont #cards-ll-logo {
        grid-area: logo;
        width: 18rem;
    }
    #cards-ll-cta {
        position: absolute;
        left: calc((100vw / 2) - (16rem / 2));
        bottom: 12rem;
        margin-block: 0.5rem;
        height: 3rem;
        width: 16rem;
        font-size: 1.25rem;
    }
    #cards-ll-header {
        font-size: 1.25rem;
    }
    #cards-ll-item-img {
        display: block;
        position: absolute;
        bottom: -3.5rem;
        left: calc((100vw / 2) - (20rem / 2));
    }
    #cards-ll-header {
        text-align: center;
        font-size: 2rem;
        line-height: 2.5rem;
    }
    #cards-ll-list {
        list-style: none;
        list-style-position: outside;
        text-align: center;
    }
    #cards-ll-list li {
        color: var(--distro-drk-teal);
        font-size: 1.5rem;
        line-height: 1.85rem;
        margin-bottom: 0.75rem;
    }

    #blue_wing_pop,
    #red_wing_pop,
    #green_wing_pop,
    #cards-ll-description,
    #cards-ll-list li:nth-child(4),
    #cards-ll-list li:nth-child(5) {
        display: none;
    }
}
