.usecases-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    height: fit-content;
    position: relative;
    z-index: 0;
}

.usecases-container p {
    padding: 0 !important;

}

.usecases-section1 {
    overflow: hidden;
}

.usecases-container .row {
    padding: 99px 200px;
}

.usecases-container h6 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #FCFCFA;
}


.usecases-container h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #FCFCFA;
}



.usecases-container p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FCFCFA;
}

.usecases-container .usecases-header-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    filter: brightness(0.5);
}


.usecases-section1 h4 {
    color: rgba(20, 22, 21, 1);
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin: 60px 0;
}


.uc-ul {
    width: 40%;
}

.uc-ul li {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgba(20, 22, 21, 1);
    list-style: none;
}

.li-holder {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}


.usecases-section2 {
    background-color: rgba(252, 252, 250, 1);
    padding: 89px 200px;
    overflow: hidden;
}

.usecases-section2 img {
    border-radius: 10px;
    height: 50%;

}

.usecases-section2 h4 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;

}

.usecases-section2 {
    overflow: hidden;
}

.usecases-section2 p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 40px 0;
    text-align: justify;
}


.width-fit-content {
    width: fit-content !important;
}


.td-none {
    text-decoration: none !important;
}

/* media queries */
@media(max-width:768px) {
    .usecases-container .row {
        padding: 99px 60px;
    }

}

@media(max-width:1101px) {
    .uc-ul {
        width: 70%;
    }
}


@media(max-width:992px) {
    .usecases-section2 h4 {
        margin-top: 50px;
    }

    ;
}

/* tab */
@media(max-width:840px) {
    .uc-ul {
        width: 100%;
        padding: 0;
    }

    .uc-ul li,
    .usecases-section2 p {
        font-size: 16px;
    }

    .usecases-section2,
    .usecases-section1 {
        padding: 30px 60px;
    }

    .usecases-container h2 {
        font-size: 40px;
    }

    .usecases-container .row {
        padding: 99px 60px;
    }
}

/* mob */
@media(max-width:480px) {

    .usecases-section1 h4,
    .usecases-section2 h4 {
        font-size: 32px;
        margin-top: 60px;
        line-height: 40px;
    }

    .usecases-section2,
    .usecases-section1 {
        padding: 30px 20px;
    }
}


@media(max-width:530px) {
    .usecases-container h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .usecases-container h6 {
        font-size: 17px;
        line-height: 17px;
    }

    .usecases-container .row {
        padding: 99px 10px;
    }

}

@media(max-width:386px) {
    .usecases-container h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .usecases-container h6 {
        font-size: 17px;
        line-height: 17px;
    }
}
