*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* canada page css  */

.canada-section{
    margin-top: 40px;
    margin-bottom: 40px;
}



/* end canada page  */


/* aus section  */
.main-australia{
    width: 100%;
}

.aus-bg{
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.visa-process{
    width: 90%;
    margin: auto;

    margin-top: 40px;
    margin-bottom: 40px;
  
   
}
.visa-parent{
    display: flex;
    justify-content: space-evenly;
  
    padding: 10px;
}

.visa-child{
width: 50%;
padding: 50px;

}

.visa-child p{
   text-align: justify;
    
    }

@media screen and (max-width:700px){
    .visa-parent{
     flex-direction: column;
    }
    .visa-child{
        width: 100%;
        padding: 10px;
        
        }
}
