.dust-img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 10px auto;
}

.dust-detail-img {
  position: relative;
  width: 80px !important;
  height: 80px;
  margin: 0 15px;
}

.dust-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

@media only screen and (max-width: 460px) {
  .other-gases .card-content {
    padding: 20px 12.5px !important;
  }
}

@media only screen and (max-width: 420px) {
  .dust-img {
    width: 90px;
    height: 90px;
  }
  .other-gases .card-content {
    padding: 20px 10px !important;
  }
}

@media only screen and (max-width: 380px) {
  .dust-img {
    width: 75px;
    height: 75px;
  }
  .other-gases .card-content {
    padding: 20px 10px !important;
  }
}

@media only screen and (max-width: 320px) {
  .ultraFineDustWeather .other-gases .col-xs-4 {
    padding-left: 5.5px !important;
  }
}
