.crude_oil,
.lng,
.petrol_products,
.coal {
  text-align: center !important;
  margin-top: 1rem !important;
  font-size: 1.1rem !important;
}

.crude_oil {
  color: #ee7330 !important;
  text-align: center;
}

.lng {
  color: #959595 !important;
}

.petrol_products {
  color: #71a833 !important;
}

.coal {
  color: #0983d3 !important;
}

.ih-item .info {
  display: flex;
  align-items: center;
  height: 100%;
}

.ih-item  .info h4 {
  width: 70%;
  margin-left: 1rem;
  color: white;
}

.crude_img .info{
  background-color: #f26522 !important;
}

.lng_img .info{
  background-color: #959595 !important;
}

.petrol_img .info,
.coal_img .info{
  background-color: #71a833 !important;
  justify-content: flex-end;
}

.petrol_img .info h4,
.coal_img .info h4 {
  width: 80%;
}

.coal_img .info{
  background-color: #0983d3 !important;
}



.figure-caption{
  
}


