ul.number li {
    list-style: decimal;
}#timer {
  font-size: 3em;
  font-weight: 700;
  color: #fff;
/* //   text-shadow: 0 0 20px #48c8ff; */
}

#timer div {
  display: inline-block;
  min-width: 90px;
  border: 2px dotted #ddd;
  text-align: center;
  padding: 0 5px;
  border-radius: 10px;
  margin: 0 5px;
}

#timer div span {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.text-jobfair{
    color: #c91015!important;

}
/* // breadcomes */
.bg-gd-white-op-rl {
    background: linear-gradient(
175deg
, #bb0005 0%, rgba(158, 6, 6, 0.97) 30%, #c91015 70%, rgb(171 0 0) 100%);
}

.q_sponsor_imgg img {
    /* max-width: 100%; */
    /* height: 120px; */
    padding: 20px;
    /* object-fit: cover; */
}
.q_sponsor_imgg {
    border: 1px solid #ddd;
}
@media screen and (max-width: 578px) {
  #timer div {
      min-width: 75px!important;
      padding: 0 2px!important;
      margin: 0 2px!important;
  }
}