h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;

}
.viz.js-viz1 {
  padding-right: 20px;
  padding-left: 20px;
}

.text__content {
  font-size: 1.25rem !important;
  text-align: justify;
}

.header__meta img {
  vertical-align: middle;
  border-style: none;
  margin-left: 100px;
}
.world__people {
  display: inline-block !important;
}
/* Media Query */
@media (max-width: 768px) {
  .profiles-intro {
    display: none;
  }
  .world {
    display: none;
  }
  
}
/* Media Query */
@media (max-width: 768px) {
  .ug-income-table.table {
    width: 50%;
    width: 50vw;
  }
 
  
}
@media (min-width: 1024px) {
  .profiles-intro {
    display: none;
  }
  .world {
    display: none;
  }
  .world__people {
    display: grid !important;
  }
}
@media (min-width: 1258px) {
  .profiles-intro {
    display: none;
  }
  .world {
    display: none;
  }
  .world__people {
    display: grid;
  }
}
* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; 
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}