.postsecondary-maincontent{
    width: 90%;
    margin: auto;
    max-width: 78.125em;
}

.postsecondary-maincontent .title-section{
    display: flex;
    padding-top: 1em;
}

.postsecondary-maincontent .research-and-projects-content-goal{
    width: 100%;
}

/* Media query for tablets */
@media (width <= 1000px) {

}

@media (width <= 600px) {
    .postsecondary-maincontent .title-section{
        flex-direction: column;
    }
}

/* Media query for mobile devices */
@media (width <=  480px) {
  
}