
    body {
      font-family: Arial, sans-serif;
      text-align: center;
      background-color: #f9f9f9;
      margin: 0;
      padding: 0;
    }


/* Extra small devices (phones, less than 576px) */
@media (max-width: 575px) {
  .member {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 5px; /* Increased padding for larger size */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width:300px; /* Increased width */
      height:450px; /* Increased height */
    }

    .member img {
      width: 250px; /* Updated image size */
      height: 320px; /* Updated image size */
      border-radius: 0; /* Square images */
      margin-bottom: 10px;
    }

     .memberchild {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 5px; /* Increased padding for larger size */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width:49%; /* Increased width */
      height:320px; /* Increased height */
    }

    .memberchild img {
      width: 160px; /* Updated image size */
      height: 205px; /* Updated image size */
      border-radius: 0; /* Square images */
      margin-bottom: 10px;
    }
  }

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .member {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 20px; /* Increased padding for larger size */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width:300px; /* Increased width */
      height:450px; /* Increased height */
    }

    .member img {
      width: 250px; /* Updated image size */
      height: 320px; /* Updated image size */
      border-radius: 0; /* Square images */
      margin-bottom: 10px;
    }

       .memberchild {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 5px; /* Increased padding for larger size */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width:49%; /* Increased width */
      height:320px; /* Increased height */
    }

    .memberchild img {
      width: 160px; /* Updated image size */
      height: 205px; /* Updated image size */
      border-radius: 0; /* Square images */
      margin-bottom: 10px;
    }
  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .member {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 20px; /* Increased padding for larger size */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width:300px; /* Increased width */
      height:450px; /* Increased height */
    }

    .member img {
      width: 250px; /* Updated image size */
      height: 320px; /* Updated image size */
      border-radius: 0; /* Square images */
      margin-bottom: 10px;
    }

     .memberchild {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 20px; /* Increased padding for larger size */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width:300px; /* Increased width */
      height:450px; /* Increased height */
    }

    .memberchild img {
      width: 250px; /* Updated image size */
      height: 320px; /* Updated image size */
      border-radius: 0; /* Square images */
      margin-bottom: 10px;
    }
  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .member {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 20px; /* Increased padding for larger size */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width:300px; /* Increased width */
      height:450px; /* Increased height */
    }

    .member img {
      width: 250px; /* Updated image size */
      height: 320px; /* Updated image size */
      border-radius: 0; /* Square images */
      margin-bottom: 10px;
    }

     .memberchild {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 20px; /* Increased padding for larger size */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width:300px; /* Increased width */
      height:450px; /* Increased height */
    }

    .memberchild img {
      width: 250px; /* Updated image size */
      height: 320px; /* Updated image size */
      border-radius: 0; /* Square images */
      margin-bottom: 10px;
    }
  }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .member {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 20px; /* Increased padding for larger size */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width:300px; /* Increased width */
      height:450px; /* Increased height */
    }

    .member img {
      width: 250px; /* Updated image size */
      height: 320px; /* Updated image size */
      border-radius: 0; /* Square images */
      margin-bottom: 10px;
    }

     .memberchild {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 20px; /* Increased padding for larger size */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width:300px; /* Increased width */
      height:450px; /* Increased height */
    }

    .memberchild img {
      width: 250px; /* Updated image size */
      height: 320px; /* Updated image size */
      border-radius: 0; /* Square images */
      margin-bottom: 10px;
    }
  }
