/*text-banner*/
 @media (max-width: 768px) {
      .banner1-text {
        font-size: 1.5em;
      }
      .x1-text {
        font-size: 2rem;
      }
      .text-banner img{
        height: 11rem;
      }
      /*End of TExt banner*/

      /*Text-section 1*/
      .text-section h1 {
        font-size: 1.25rem;
      }

      h2 {
        font-size: 1.25rem;
      }
      /*End of Text-Section 1 */
        /* Double Text section */
        .about-section h1 {
        font-size: 24px;
        font-weight: 600;
      }
      .about-section h4 {
        font-size: 20px;
      }
      .about-columns {
        flex-direction: column;
        gap: 20px;
      }
      /* End of Double Text section */
    /*Investors section*/
    .investors-section p {
            margin: 30px;
    }
    /*End of Investors section */
    /*imageslide*/
    @media (max-width: 768px) {
      .nav-btn {
        padding: 8px;
        font-size: 16px;
      }
    }
    /*End imageSlides*/
    /*Team Section*/
   .member {
        width: 100%;
        max-width: 300px;
      }
    /*End of Team section*/
    /*Newsletter section */
    .newsletter-container h1 {
        font-size: 2em;
      }

      .newsletter-container p {
        font-size: 1em;
      }
      /*Newsletter Section End*/
      /*footer starts here*/
      .footer {
        font-size: 13px;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: center;
      }

      .footer-bottom  img {
        margin: 8px 0;
      }
      
      /*footer ends here*/
      /*download section*/
      .download-section {
        flex-direction: column;
      }

      .download-section h2 {
        margin: 0 0 10px 0;
      }
      /*download section end here*/
      /*Freelist Page Starts Here*/
      /*Main Section*/
      .mainsection {
        flex-direction: column;
      }

      .right-column {
        flex-direction: column;
        align-items: center;
      }

      .right-column img {
        max-width: 100%;
      }

      .info-boxes {
        width: 100%;
      }
    }
      /*Main Section Ends Here*/
      /*FreeListing Add Business Page End Here*/
      /*Careers Page Starts Here*/
      /*About Box*/
      .scroll-container {
        overflow-x: auto;
        display: flex;
        gap: 1rem;
        padding-bottom: 1rem;
      }

      .feature-box img {
        height: 150px;
      }
      
      
 
    