.whyUsContainer {
           display: flex;
           flex-direction: column;
           align-items: center;
            text-align: center;
            justify-content: center;
            padding: 60px 50px;
        }

        .badge {
            background-color: #4A90E2;
            color: white;
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 500;
            display: inline-block;
            margin-bottom: 20px;
        }

     .whyUsContainer   h2 {
            font-family: "Montserrat";
            font-weight: 700;
            font-size: 48px;
            line-height: 60px;
            text-align: center;
            vertical-align: middle;
            color: #1A2A61;
        }

        .subtitle {
            margin-top: 12px;
            margin-bottom:25px ;
            font-size: 16px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            line-height: 1.5;
            letter-spacing: 0%;
            text-align: center;
            vertical-align: middle;
            max-width: 505px;
            color: rgba(55, 61, 69, 1);



        }

        .whyUsfeatures {
            display: flex;
            gap: 10px;
            justify-content: center;
            padding: 10px 0px;

        }

        .feature-card {
            display: flex;
            justify-content: left;
            flex-direction: column;
            align-items:flex-start;
            gap: 10px;
            width: 223px;
            border-radius: 8px;
            padding: 30px;
            text-align: left;
            color: rgba(17, 24, 39, 1);
            box-shadow: 0px 2px 4px -2px #1118270F;
            box-shadow: 0px 4px 8px -2px #1118271A;



        }

        .feature-card.green {
            background: #C0E6C8;
        }

        .feature-card.yellow {
            background: #FAEDC9;

        }

        .feature-card.blue {
            background: #E7F8F7;
        }

        

        .feature-title {
            font-family: "DM Sans";
            font-weight: 500;
            font-size: 16px;
            line-height: 1.5;
            color: rgba(17, 24, 39, 1);
            
        }