.cfl-list{
  margin:0 auto;
  display:flex;
  justify-content:flex-start;
  flex-wrap:wrap;
  width:100%;
}

a.cfl-link {
  text-decoration: none;
  color: #333333;
  width:31%;
  margin:1%;
}

.cfl-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / 12%);
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
.cfl-container:hover {
  box-shadow: 0 0px 12px rgba(0, 0, 0, 12%);
  transform: translate(0, -4px);
}

.cfl-img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.cfl-text {
  padding:0px 10px 5px;
}

.cfl-title {
padding-bottom: 5px;
  font-size: 16px;
  line-height:32px;
  font-weight: bold;
  color: #545454;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;  
}

.cfl-item {
  display: flex;
  align-items:baseline;
  line-height: 14px;
  border-top: 1px solid #f1f1f1;
  padding: 5px;
}

.cfl-item-left {
  font-size: 10px;
  font-weight: bold;
  width:25%;
}

.cfl-item-right {
  font-size: 10px;
  font-weight: bold;
  padding-left: 10px;
}

.cfl-time {
  display: flex;
  align-items:baseline;
  line-height: 12px;
  border-top: 1px solid #f1f1f1;
}

.cfl-time-left{
    width:25%;
}

.cfl-time-left p {
  font-weight:bold;
  margin: 5px 0 0 10px;
  padding: 5px;
  font-size: 10px;
  background-color: #545454;
  color:#ffffff;
}

.cfl-time-right {
  display:flex;
  font-size: 10px;
  font-weight: bold;
  padding-left: 10px;
}

.cfl-time-right p{
  margin-bottom:10px;
}

.cfl-time-till{
    font-size: 10px;
  font-weight: bold;
  padding-left: 10px;
  color:#ff0000;
}

.cfl-time-till-1{
  margin-left:5px;
}
.cfl-time-till-2{
  margin:0 2px;
  color:#ff0000;
  font-size:12px;
}


@media screen and (max-width: 768px) {
  .cfl-list{
  width:100%;
}
  a.cfl-link {
  width:48%;
  margin:1%;
}
    }


@media screen and (max-width: 640px) {
  .cfl-list{
  width:100%;
}  
  a.cfl-link {
  width:100%;
  margin:1%;
}
    }