/*************

Data Section Styles

**************/
.thematic-homepage-data.block {
  padding: 90px 0;
}
.thematic-homepage-data {
  background: url(../img/data_banner.jpg) no-repeat center center transparent;
  background-size: cover;
  background-position: center top;
}
.datastatistics-homepage .title-content-component .views-row {
  margin-bottom: 79px;
}
.datastatistics-homepage .title-content-component .views-field-body {
  max-width: 700px;
}
.data-content-view-list .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.data-content-view-list > .view-content > .views-row {
  padding: 0 15px;
  flex: 1;
}
.data-statistics {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: var(--white2);
}
.data-statistics .icon {
  margin: 0 auto;
}
.data-statistics .measurement {
  font-size: 80px;
  line-height: 83px;
  margin-top: 36px;
  font-family: var(--font-andes-bold);
}
.data-statistics .measure-sec-title {
  font-size: 32px;
  line-height: 38px;
  margin-top: 36px;
  font-family: var(--font-andes-bold);
}
.data-statistics .measure-unit {
  font-size: 40px;
  line-height: 40px;
  font-family: var(--font-andes-light);
}
.data-statistics .measure-title {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--font-andes-regular);
  margin-top: 18px;
  text-transform: uppercase;
  max-width: 250px;
}
.data-statistics .doctitle a {
  color: var(--white2);
  text-decoration: none;
  font-family: var(--font-andes-bold);
  border-bottom: 3px solid var(--white2);
  position: relative;
  margin-right: 25px;
  display: block;
}
.data-statistics .doctitle a:hover {
  color: var(--orange);
  border-bottom: 3px solid var(--orange);
}
.data-statistics .doctitle a:after {
  content: "";
  background: url(../img/link-arrow.png) no-repeat center center transparent;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -7.5px;
}
.data-content-view > .view-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
