     
<style>      


/* Media query for mobile devices */
    @media screen and (max-width: 767px) {

    }   




@media (max-width: 600px) {
    .footer-menu {
        justify-content: space-around;
    }

    .footer-menu li {
        flex: 1 1 45%; /* Adjust flex-basis value to fit your needs */
        text-align: center;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-menu {
    flex-direction: column;
    align-items: center;
  }

  .footer-menu li {
    margin: 0.25rem 0;
  }
}


    /* Media query for mobile devices */
    @media screen and (max-width: 767px) {

        .brochure_headers{
            max-width:100%;width:70%;
        }

        .vector_counselling{
            max-width:100%;width:70%;
        }

        

        .wonder_space_logo_square{
            /*max-width: 70%;
            width:400px;
            padding: 20px 20px 20px 20px !important;*/

            width: 100%;
            padding: 0px;
        }


        .left-column{
            padding: 20px!important;
            background-color: #ffc3c3;
            border-top-left-radius: 40px;
            border-top-right-radius: 40px;
            text-align: center;
            margin: 20px;
        }

        .right-column{
            padding: 20px!important;
            /*background-color: #ffc3c3;*/
            border-bottom-left-radius: 40px;
            border-bottom-right-radius: 40px;
            background-color: #ffffff;
            margin: 20px;
        }
        .illustration img{

            width:250px!important;
        }
    
    }





</style> 

