
    .requirement-section {
        font-family: solaimanLipi,sans-serif;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .requirement-card {
        width: 45%;
        background-color: #f0f0f0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 40px;
        border-radius: 8px;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .left-card {
        z-index: 1;
        background-color: #ffffff;
        position: relative;
        right: -20px;

    }

    .right-card {
        z-index: 2;
        background-color: #ffffff;
        position: relative;
        left: -20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }


    .cc-icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #f0e3ff;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 24px;
        margin-right: 10px;
    }

    .left-icon {
        color: #a06ed5;
    }

    .right-icon {
        color: #ffbc42;
    }

    .requirements-list {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: start;
        
    }

    .requirement-section-title {
        margin-bottom: 25px;
    }