 .footer-para{
        margin-left: 46px;
      }

      @media (min-width: 992px) {
          .col-lg-4 {
              flex: 0 0 auto;
              width: 69.333333%;
          }
      }
      
      
        @media (min-width: 992px) {
          .col-lg-4 {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
              max-width: 79.33333%;
          }
      }


 .testimonial-card {

            background-color: #001f3f; /* Adjust color as needed */

            color: white;

            border-radius: 15px;

            padding: 20px;

            text-align: center;

            height: 100%;

        }

        .testimonial-card img {

            border-radius: 50%;

            

        }

        .stars {

            color: gold;

        }

		* {

        margin: 0;

        padding: 0;

        box-sizing: border-box;

        font-family: Arial, sans-serif;

    }

    .container {

        display: flex;

    

    }

    .left {

        background-color: #ff2e2e; /* Adjust to your red */

        color: white;

        width: 50%;

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .left img {

        max-width: 90%;

        height: auto;

        border-radius: 10px;

    }

    .right {

        background-color: #004d66; /* Adjust to your blue */

        color: white;

        width: 50%;

        display: flex;

        flex-direction: column;

        justify-content: center;

        padding: 40px;

        position: relative;

    }

    .right h2 {

        font-size: 1rem;

        color: #ccc;

        margin-bottom: 10px;

    }

    .right h1 {

        font-size: 2.5rem;

        font-weight: bold;

        margin-bottom: 20px;

    }

    .right p {

        font-size: 1rem;

        color: #eee;

        margin-bottom: 30px;

    }

    .button {

        background-color: #ff2e2e;

        color: white;

        padding: 10px 20px;

        text-decoration: none;

        font-weight: bold;

        border-radius: 5px;

    }
