#new-page {
  margin-top: 140px; }
  #new-page .container {
    display: flex; }
    #new-page .container .topic-content {
      width: 65%; }
      #new-page .container .topic-content .topic-image .no-picture {
        width: 100%; }
      #new-page .container .topic-content .topic-image .new-content .meta-info a:hover {
        color: white; }
      #new-page .container .topic-content .topic-image .new-content .new-user-icon {
        background-image: url(../../../../../bundles/taxlo/img/icons/user-white.png); }
      #new-page .container .topic-content .topic-image .new-content .new-date-icon {
        background-image: url(../../../../../bundles/taxlo/img/icons/date-icon-white.png); }
      #new-page .container .topic-content .topic-text {
        text-align: justify;
        padding: 50px 0; }
    #new-page .container .topics-list {
      width: 25%;
      padding: 5px 0 0 25px; }

#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; }
