 /* WHY CHOOSE US */
        .why-section {
            position: relative;
            /* background-image: url("{{ asset('public/images/why-section-home-care.png') }}"); */
            /* background-color: #238268; */
            background-color: #E1F8F3;
            /* color: #fff; */
            color: #000;
            padding: 80px 0 100px 0;
            border-radius: 20px;
            /* clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%); */
        }




        .why-section h3 {
            color: #000;
            /* color: #fff; */
            font-weight: 700;
            margin-bottom: 50px;
            text-align: center;
            font-size: 2.2rem;
        }

        .why-card {
            /* background-color: #2ca282; */
            background-color: #FFF;
            border-radius: 24px;
            padding: 25px;
            /* color: #fff; */
            color: #000;
            display: flex;
            align-items: center;
            gap: 15px;
            transition: all 0.3s ease;
            font-size: 20px;
        }

        .why-card:hover {
            background-color: #26a28a;
            transform: translateY(-4px);
        }

        .why-icon {
            width: 81px;
            height: 81px;
            border-radius: 50%;
            /* background-color: #238268; */
            background-color: #00c19a;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 28px;
        }

        .why-card p {
            margin: 0;
            font-size: 1.25rem;
            line-height: 1.6;
            font-weight: 500
        }

        @media(max-width:758px) {
            .why-card p {
                font-size: 1.25rem !important;
            }
        }

          .section-title {
            position: relative;
            display: inline-block;
            font-size: 2.5rem !important;
            font-weight: 700;
            color: #333;
        }

        @media(max-width:758px) {
            .section-title {
                font-size: 1.5rem !important;
            }
        }

        .section-title::after {
            content: "";
            position: absolute;
            bottom: -10px;
            /* المسافة بين النص والخط */
            left: 50% !important;
            transform: translateX(-50%);
            width: 10rem;
            /* طول الخط */
            height: 4px;
            /* سماكة الخط */
            background-color: #00c19a;
            /* اللون الأخضر */
            border-radius: 2px;
        }
          .container-icone i {
            font-size: 29px;
            color: #FFF;
        }