.btn_backtosearch {
  position: absolute;
  top: 0;
  left: 25px;
}
@media (max-width: 1200px) {
  .btn_backtosearch {
    position: relative;
    left: auto;
    margin: 0 60px 35px;
  }
}
@media (max-width: 820px) {
  .btn_backtosearch {
    margin: 0 40px 35px;
  }
}
@media (max-width: 420px) {
  .btn_backtosearch {
    margin: 0 30px 35px;
  }
}

.datahub {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .datahub {
    flex-direction: column;
  }
}

.datahub__section {
  background: #0874ba;
  padding: 20px 20px 10px;
  border-radius: 20px;
  margin: 15px 10px;
}
.datahub__section__logo {
  height: 50px !important;
}
.datahub__section__date {
  font-size: 18px;
  margin: 15px 0 !important;
  color: white;
}
.datahub__section__footer-text {
  font-weight: 400;
  font-size: 13px;
  color: white;
  text-align: center;
  margin: 10px 0 0 !important;
}

.datahub__barometers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.datahub__barometer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 calc(50% - 16px);
  border: 1px solid #ebebeb;
  padding: 15px;
  margin: 8px 8px 0;
  background: white;
  border-radius: 15px;
}
@media (max-width: 1000px) and (min-width: 767px) {
  .datahub__barometer {
    flex: 0 calc(100% - 16px);
    width: 100%;
  }
}
@media (max-width: 500px) {
  .datahub__barometer {
    flex: 0 calc(100% - 16px);
    width: 100%;
  }
}
.datahub__barometer__title {
  margin: 0 0 20px !important;
  font-size: 14px !important;
  text-align: center;
  color: #444;
  line-height: 1.4 !important;
}
@media (max-width: 1000px) {
  .datahub__barometer__title {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .datahub__barometer__title {
    font-size: 14px !important;
  }
}
@media (max-width: 450px) {
  .datahub__barometer__title {
    font-size: 16px !important;
  }
}
.datahub__barometer__component {
  max-width: 200px;
  margin: 0 auto;
}
.datahub__barometer__component svg {
  margin-bottom: 5px;
}

/*# sourceMappingURL=main.css.map */
