.main-section{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto;
        margin-top: 3%;
    }
    .section-one, .section-two {
        width: 45%; /* Controls the size */
         /* or green for section-two */
        box-sizing: border-box;
    
        
    }
    
    .section-one h1, 
    .section-one  p{
       
        font-family: sans-serif;
    }
    .section-two h1,
    .section-two p{
       padding-left: 0%;
       font-family: sans-serif;
    }