section.whats-included {
    background-color: rgba(114, 52, 196, 1);
    padding: 80px 50px;
}

section.whats-included * {
    font-family: CircularXX, sans-serif;
    color: white;
}

.whats-included .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.whats-included .container .top-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
}

.whats-included .container .top-content .left-column {
    width: calc(33% - 25px);
}

.whats-included .container .top-content .left-column h2 {
    font-family: CircularXX, sans-serif;
    font-weight: 450;
    font-size: 56px;
    line-height: 120%;
    color: white;
    text-align: left;
}

.whats-included .container .top-content .left-column .left-column-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

.whats-included .container .top-content .left-column .left-column-content .subtitle {
    font-weight: 450;
    font-size: 28px;
    line-height: 125%;
    color: rgba(251, 253, 255, 0.7);
}

.whats-included .container .top-content .left-column .left-column-content .column-bullet {}

.whats-included .container .top-content .left-column .left-column-content .column-bullet .bullet-text {
    font-weight: 450;
    font-size: 28px;
    line-height: 125%;
    margin-bottom: 4px;
}

.whats-included .container .top-content .left-column .left-column-content .column-bullet .bullet-price {
    font-weight: 450;
    font-size: 28px;
    line-height: 125%;
    color: rgba(251, 253, 255, 0.7);
}

.whats-included .container .top-content .right-column {
    width: calc(66% - 25px);
}

.whats-included .container .top-content .right-column .right-column-content {}

.whats-included .container .top-content .right-column .right-column-content .whats-included-cards {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 97px;
}

.whats-included .container .top-content .right-column .right-column-content .whats-included-cards .whats-included-card {
    width: calc(33% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.whats-included .container .top-content .right-column .right-column-content .whats-included-cards .whats-included-card .whats-included-card-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.whats-included .container .top-content .right-column .right-column-content .whats-included-cards .whats-included-card .whats-included-card-text {
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
}

.whats-included .container .top-content .right-column .right-column-content .whats-included-cards .whats-included-card .whats-included-card-text .whats-included-card-title span{
    color: rgba(255, 255, 255, 0.6);
}

.whats-included .container .middle-row-content {}

.whats-included .container .middle-row-content .middle-row-content-title {
    font-weight: 450;
    font-size: 20px;
    line-height: 125%;
    color: rgba(251, 253, 255, 0.7);
    margin-bottom: 16px;
}

.whats-included .container .middle-row-content .middle-content-bullets {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.whats-included .container .middle-row-content .middle-content-bullets .column-bullet {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.whats-included .container .middle-row-content .column-bullet .bullet-text {}

.whats-included .container .middle-row-content .column-bullet .bullet-price {
    color: rgba(251, 253, 255, 0.7);
}

.whats-included .container .bottom-content {
    width: 100%;
}

.whats-included .container .bottom-content .bottom-content-separator {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 32px;
    margin-bottom: 40px;
}

.whats-included .container .bottom-content .paragraph {
    font-weight: 450;
    font-size: 20px;
    line-height: 125%;
    max-width: 540px;
    color: rgba(251, 253, 255, 0.7);
}

.whats-included .container .bottom-content .paragraph a {
    font-size: 28px;
    color: rgba(251, 253, 255, 0.7);
}

.mobile-content {
    display: none;
}

@media (max-width: 1248px) {
    .whats-included .container .top-content .right-column .right-column-content .whats-included-cards {
        column-gap: 30px;
        row-gap: 60px;
    }

    .whats-included .container .top-content .right-column .right-column-content .whats-included-cards .whats-included-card {
        width: calc(50% - 30px);
    }
}


@media (max-width: 1024px) {
    .desktop-content {
        display: none !important;   
    }

    .mobile-content {
        display: block;
    }

    section.whats-included {
        padding: 50px 20px 56px;
    }

    .whats-included .container .top-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .whats-included .container {
        gap: 30px;
    }

    .whats-included .container .top-content .left-column {
        width: 100%;
    }

    .whats-included .container .top-content .right-column {
        width: 100%;
    }

    .whats-included .container .top-content .right-column .right-column-content .whats-included-cards  {
        gap: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .whats-included .container .top-content .right-column .right-column-content .whats-included-cards .whats-included-card {
        width: calc(50% - 15px);
    }

    .whats-included .container .top-content .left-column h2 {
        font-size: 40px;
        line-height: 120%;
    }

    .whats-included .container .top-content .right-column .right-column-content .whats-included-cards .whats-included-card .whats-included-card-icon {
        width: 34px;
        height: 34px;
    }

    .whats-included .container .top-content .right-column .right-column-content .whats-included-cards .whats-included-card .whats-included-card-text {
        font-size: 20px;
        line-height: 120%;
    }


    .whats-included .container .bottom-content .paragraph {
        font-size: 16px;
        line-height: 125%;
    }

    .whats-included .container .bottom-content .paragraph a {
        font-size: 16px;
        line-height: 125%;
    }

    .whats-included .container .bottom-content .bottom-content-separator {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}