.countdown_section { 
 background-color: white; 
}

.countdown_image img{ 
  width: 100%;
  margin-top: -7%;
}

.countdown_2 { 
  margin-top: 20px;
}

.countdown_title h5 { 
  font-weight: normal;
  font-size: medium;
  margin-top: 20px  ;
}


.ev_stations { 
  display: inline-flex;
}

.ev_stations h5 { 
  font-weight: normal;
  font-size: large;
  margin-top: 18px;
}

.ev_cafe_stations { 
  display: inline-flex;
}

.ev_cafe_stations h5{ 
  font-weight: normal;
  font-size:  large;
  margin-top: 18px;
}

.upcoming_stations { 
  display: inline-flex;
}

.upcoming_stations h5 { 
  font-weight: normal;
  font-size:  large;
  margin-top: 18px;
}

