 .raha-why {
            background-color: #fff;
        }

        .raha-service-box .raha-icon {
            background-color: white;
        }

        .raha-why-box {
            /* background-color: #f8fdfb; */
            border-radius: 24px;
            padding: 25px 20px;
            transition: all 0.3s ease;
            height: 100%;
            box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
        }

        .raha-why-box:hover {
            background-color: #e8fdf6;
            transform: translateY(-5px);
        }

        .raha-why-box p {
            color: #555;
            /* font-size: 1.1em; */
            font-size: 18px;
        }
          .raha-icon {
            background-color: rgba(59, 216, 173, 1);
            color: #FFF;
            font-size: 30px;
           font-size: 30px;
    width: 83px;
    height: 83px;
    margin: 0 0;
    border-radius: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
       .raha-why .raha-subtitle{
            font-size: 20px !important;
        }