/* Main Content Container */
.content-section {
    padding: 4rem 0;
    position: relative;
    margin-top: 10rem;
}

/* Content Container - Works with Bootstrap container */
.content-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
} 

/* H1 at the top of the Member Home Page */

.member-home-title {
text-align:center;
font-size: 26px;
margin-bottom: 30px;
}

   