.learn-about-container {
  position: relative;
  min-height: 550px;
}

.learn-about-video {
  padding-bottom: 60px;
  border-bottom: 2px solid #eceff1;
}

#by-the-number-container {
  padding-top: 40px;
}

div#by-the-number-container {
  padding-left: 3%;
}

#by-the-number-container .by-the-numbers-title {
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}

#welcomeToGlobe p {
  margin-top: 18px;
  text-align: left;
  line-height: 1.5;
}
#welcomeToGlobe #globeVideo video {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}
#welcomeToGlobe #globeVideo img {
  width: 100%;
}

#globeByTheNumbers img {
  max-width: 100%;
  width: auto\9 ;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#globeByTheNumbers ul {
  list-style-type: disc;
}
#globeByTheNumbers li.stats > *:first-child {
  width: 35%;
}
#globeByTheNumbers li.stats > *:last-child {
  text-align: left;
  width: 60%;
  color: #3e3e3e;
}
#globeByTheNumbers #link-container {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  font-style: italic;
  color: black;
}
#globeByTheNumbers #link-container a {
  font-style: italic;
  color: black;
  float: right;
  font-weight: 600;
}
#globeByTheNumbers #by-the-numbers-image {
  position: absolute;
  bottom: -4rem;
  width: 100%;
  min-width: 635px;
  left: -10px;
}
#globeByTheNumbers #by-the-numbers-info {
  position: relative;
  width: 100%;
}

#by-the-numbers-info #stats-container {
  display: flex;
  flex-direction: column;
}
#by-the-numbers-info #cit-sci-stats-container {
  margin-top: 0.5rem;
  padding-left: 10px;
  font-size: 0.875rem;
  font-style: italic;
}

#stats-container .stats {
  display: flex;
  color: #1b5eb2;
  text-align: right;
  width: 100%;
  margin-bottom: 8px;
  line-height: 1.1;
  font-weight: 600;
}
#stats-container .stats-label {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  line-height: 1.1;
  font-weight: 600;
}
#stats-container #cit-sci-stats-container .stats {
  text-align: left;
  margin-bottom: 9px;
}
#stats-container #cit-sci-stats-container .stats-count {
  width: 60px;
}
#stats-container #cit-sci-stats-container .stats-label {
  margin-bottom: 0;
  margin-left: 10px;
}
#stats-container #cit-sci-stats-container li:before {
  content: "";
  position: inherit;
  transform: translate(-6px, 5px);
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background: #1b5eb2;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #by-the-number-container {
    padding-top: 0;
  }
  .learn-about-video {
    border-bottom: none;
  }
}
/* Extra large devices (large desktops, 1200px and up) */