.traffic_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 30px;
}
.traffic_container b {
  font-weight: unset;
}
.traffic_container .grey-background {
  background-color: #F5F5F7;
  padding: 13px 15px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.traffic_container .speed_score {
  font-size: 14px;
  line-height: 16px;
  flex-grow: 1;
}
.traffic_container .speed_score strong {
  display: block;
  margin-bottom: 2px;
  color: #2A2F30;
}
.traffic_container .speed_score span {
  color: #2A2F30;
}
.traffic_container .speed_score .score {
  margin-right: 10px;
  font-size: 40px;
  line-height: 54px;
}
.traffic_container .speed_score .score strong {
  margin-bottom: 0;
  color: #000000 !important;
}
.traffic_container .white-background {
  border-radius: 6px;
}
.traffic_container .white-background div {
  font-size: 40px;
  line-height: 54px;
}
.traffic_container .white-background span {
  font-size: 20px;
}