.usecases-body-container {
    background: #ffff;
    display: flex;
    padding: 32px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    .usecases-perk-section {
        display: flex;
        padding: 0px 80px;
        flex-direction: column;
        gap: 40px;
        align-self: stretch;
        .section-title-desc-add {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 40px;
            align-self: stretch;
            border-radius: 8px;
            background: var(--Border, #EFF0F6);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.02), 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
            /* .section-img {
                width: 276.355px;
                height: 200px;
            } */
            
        }
        .usecases-title-section {
            .section-title{
                color: var(--Dark, #1C1C1C);
                font-family: "Bebas Neue";
                font-size: 2.5rem;
                margin-bottom: 8px;
            }
            .section-desc{
                color: var(--Dark, #1C1C1C);
                font-family: "Poppins Medium";
                font-size: 1.5rem;
            }
        }
        .section-title-desc-even {
            display: flex;
            padding-left: 24px;
            align-items: center;
            gap: 47px;
            align-self: stretch;
            border-radius: 8px;
            background: var(--Border, #EFF0F6);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.02), 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
            justify-content: space-between;
        }
        .brife-note {
            margin: 0;
            @media (min-width:990px) {
                display: flex;
            }
            .w-col {
                padding: 0;
                display: flex;
            }
        }
        .left-card {
            margin-right: 16px;
            display: flex;
            padding: 22px 20px;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            flex: 1 0 0;
            align-self: stretch;
            border-radius: 8px;
            border: 1px solid rgba(0, 171, 253, 0.75);
        }
        .left-card, .right-card {
            .list-header {
                color: var(--Dark, #1C1C1C);
                font-family: "Open Sans SemiBold";
                font-size: 1.25rem;
                letter-spacing: -0.96px;
                @media (max-width: 500px) {
                    font-size: 1.125rem !important;
                }
            }
            ul {
                padding-top: 20px !important;
                padding-left: 24px !important;
                border-top: 1px solid #eeeeee;
                width: 100%;
                li {
                    font-size: 1rem;
                    font-family: "Manrope";
                    color: var(--RDO-Black, #4C4E52);
                    line-height: 26px;
                    letter-spacing: -0.75px;
                }
            }
        }
        .right-card {
            margin-left: 16px;
            display: flex;
            padding: 22px 20px;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            flex: 1 0 0;
            align-self: stretch;
            border-radius: 8px;
            border: 1px solid rgba(0, 171, 253, 0.75);
        }
        
    }
}

.use-cases-body-container {
    padding: 0 80px;
    @media (max-width: 767px) {
        padding: 0;
    }
    @media (max-width: 991px) {
        padding-bottom: 24px;
    }
    .w-row:last-child {
        border: none;
    }
    .w-row {
        padding: 60px 0;
        border-bottom: 1px solid rgba(217, 217, 217, 0.4);
        @media (max-width: 991px) {
            padding: 24px 16px;
            .img-left {
                margin-bottom: 24px;
            }
        }
        @media (min-width: 991px) {
            .p-l-22 {
                padding-left: 22px; 
                padding-right: 0; 
            }
            .p-r-22 {
                padding-right: 22px;
                padding-left: 0;
            }
        }
    }
    .section-title {
        color: var(--Dark, #1C1C1C);
        font-family: Inter;
        font-size: 3rem;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -3.827px;
        margin-bottom: 12px;
    }
    .list-header {
        color: var(--Dark, #1C1C1C);
        font-family: "Poppins SemiBold";
        font-size: 1.25rem;
        line-height: normal;
        letter-spacing: -0.96px;
        margin-bottom: 8px;
    }
    ul {
        margin-bottom: 0;
        li {
            font-size: 1rem;
            font-family: "Manrope";
            color: var(--RDO-Black, #4C4E52);
            line-height: 26px;
            letter-spacing: -0.75px;
        }
    }
}

@media (max-width: 991px) {
    .usecases-body-container {
        gap: 0 !important;
        padding: 16px;
        .section-title-desc-add {
            img {
                height: 102px;
                margin-right: 24px;
            }
        }
        .left-card, .right-card {
            margin: 12px 0px !important;
        }
        .usecases-title-section {
            .section-title {
                font-size: 20px !important;
            }
            .section-desc {
                font-size: 16px !important;
                font-weight: 500 !important;
            }
        }
    }
}
