.sydney-opera-section {
    display: flex;
  justify-content: center;
  align-items: center;
    background-color: #003293;
    background-image: url(../Images/BG-People.jpg);
    background-position: bottom, center;
    background-size: cover;
    padding: 50px; /* adjust as needed */
    margin-top: 60px; /* adjust as needed */
  }
  .sydney-opera-content {
    text-align: right;
    width: 50%; 
    
    
  }
  
  .sydney-opera-heading {
    font-size: 40px; /* adjust as needed */
    color: #ffffff; /* adjust as needed */
    text-transform: uppercase;
    font-family: 'Roboto';
    text-align: center;
  }
  
  .sydney-opera-image {
    width: 500px; /* adjust as needed */
    border-radius: 25%; /* adjust as needed */
    margin-top: 55px ; /* adjust as needed */
    margin-right: 200px;
    box-shadow: 0px 0px 30px #000; /* adjust as needed */
  }
  
  .sydney-opera-bio {
    font-size: 35px; /* adjust as needed */
    margin-bottom: 10px; /* adjust as needed */
    text-align: left;
    color: #ffffff; /* adjust as needed */
    font-family: "Roboto";}

.harbour-bridge-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003293;
    background-image: url(../Images/BG-People.jpg);
    background-position: bottom, center;
    background-size: cover;
    padding: 50px; 
    margin-top: 10px;
    }
    
    .harbour-bridge-content {
    text-align: right;
    width: 50%;
    
    }
    
    .harbour-bridge-heading {
    font-size: 40px; 
    color: #ffffff; 
    text-transform: uppercase;
    font-family: 'Roboto';
    text-align: center;
    }
    
    .harbour-bridge-image {
    width: 500px; 
    border-radius: 25%; 
    margin-top: 55px ; 
    margin-right: 200px;
    box-shadow: 0px 0px 30px #000;;
    }
    
    .harbour-bridge-bio {
    font-size: 35px; 
    margin-bottom: 10px; 
    text-align: left;
    color: #ffffff; 
    font-family: "Roboto";
    }

    


    
 