#topic-page {
  margin-top: 140px; }
  #topic-page .container {
    display: flex; }
    #topic-page .container .topic-content {
      width: 65%; }
      #topic-page .container .topic-content .topic-image .no-picture {
        width: 100%; }
      #topic-page .container .topic-content .topic-text {
        text-align: justify;
        padding: 50px 0; }
    #topic-page .container .topics-list {
      width: 25%;
      padding: 5px 0 0 25px; }
    #topic-page .container .imageTeam {
      max-height: 500px; }

#top-header {
  margin-top: 140px;
  background: black;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  text-align: center;
  color: white;
  background-size: 100% 100%;
  text-transform: uppercase;
  flex-direction: column; }
  #top-header .heading-1 {
    color: white;
    text-transform: uppercase; }
  #top-header h2 {
    font-size: 18px;
    font-weight: normal;
    text-transform: none; }
