.whats-included-section {
    background-color: #F5F5F5;
    padding-top: 5rem !important;
    padding-bottom: 8rem !important;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.whats-included-section .container {
    /* padding-left: 3rem;
    margin-right: calc(420px + 4rem + 2rem); */
}

.whats-included-title {
    font-family: 'Amiri Quran', serif;
    color: #004477;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    /* text-align: left !important;
    padding-left: 3.5rem !important; */
}

.whats-included-card {
    background-color: #F5F5F5;
    padding: 2rem;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.whats-included-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
}

.whats-included-card .row {
    align-items: flex-start !important;
}

.whats-included-card .row > [class*="col-"]:first-child {
    display: flex;
    align-items: flex-start;
}

.whats-included-card .row > [class*="col-"]:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.whats-included-icon {
    width: 100%;
    max-width: 80px;
    height: auto;
    display: block;
}

.whats-included-card-title {
    color: #004477;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0.75rem;
    font-family: 'Amiri Quran', serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.whats-included-card-description {
    color: #004477;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Mobile version styles */
.whats-included-card-mobile {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F5F5F5;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.whats-included-icon-wrapper-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.whats-included-icon-mobile {
    max-width: 80px;
    width: auto;
    height: auto;
    display: block;
}

.whats-included-card-title-mobile {
    color: #004477;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0.75rem;
    font-family: 'Amiri Quran', serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
    width: 100%;
}

.whats-included-card-description-mobile {
    color: #004477;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

@media (max-width: 767.98px) {
    .whats-included-section {
        padding-top: 3rem !important;
        padding-bottom: 4rem !important;
    }

    .whats-included-section .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    .whats-included-title {
        font-size: 32px;
        text-align: center !important;
        padding-left: 0 !important;
        margin-bottom: 2.5rem;
    }
}

