        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Container for the two columns */
        .about_container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Style for each column */
        .about_column {
            flex: 0 0 calc(50% - 10px);
            margin-bottom: 30px;
        }

        .about_column p{
            text-align:justify;
            padding-right: 20px;
            
        }



        /* Responsive image style */
        .about_column img {
            width: 100%;
            height: 500px;
            display: block;
        }


        
    .about_us_sub_heading {
        width: 40%; /* Or any width you desire */
        margin: 0 auto; /* This centers the div horizontally*/
        font-size: 40px;
        font-weight: bold;
        padding-top: 40px;
        padding-bottom: 40px;
    
        /* margin-top: 40px;
        margin-bottom: 40px; */
    }


        /* Media query for responsiveness */
        @media screen and (max-width: 768px) {
            .about_column {
                flex: 0 0 100%;
                
            }

         
                    
            .about_us_sub_heading {
                width: 75%; /* Or any width you desire */
                margin: 0 auto; /* This centers the div horizontally*/
                font-size: 30px;
                font-weight: bold;
                padding-top: 40px;
                padding-bottom: 40px;
              
                /* margin-top: 40px;
                margin-bottom: 40px; */
            }



        }



        @media screen and (max-width: 700px) and (min-width: 350px) { 

            .about_column {
                flex:100% 0 0 100%;
               padding-left:0px !important;padding-right:0px !important;
             }

            .about_column p{
                text-align:left;
        
/*                 
                width:100% !important;
                margin: 0px !important;
                padding-right: 0px !important; */

            }

            .about_us_sub_heading {
                /* width: 40%; /* Or any width you desire */
                /* margin: 0 auto; /* This centers the div horizontally*/
                /* font-size: 25px;
                font-weight: bold;
                padding-top: 40px;
                padding-bottom: 20px;
            
             line-height: 27px;
              */
             
      

             width: 70%; /* Or any width you desire */
             margin: 0 auto; /* This centers the div horizontally*/
             font-size: 40px;
             font-weight: bold;
             padding-top: 20px;
             padding-bottom: 20px;
             line-height: 42px;


            }


       
       }




