﻿.deals-oftheday {
  margin: 45px auto;
}

.count {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  max-width: 22%;
  background: #EFF8FF;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 10px;
  line-height: 14px;
}
.count:first-child {
    margin-right: 3px;
}
.count :first-child {
    font-size: 14px;
    font-weight: bold;
}