.jazan-thon-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.jazan-thon-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.soon-badge {
  position: absolute;
  top: 0px;
  left: 20px;
  background: #f3573f;
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 0 16px 16px;
  z-index: 5;
}


.event-info li {
    font-size: 16px;
    color: #727272;
    margin-bottom: 30px;
    /* border-bottom: #dedede 1px solid; */
}

.event-info li:last-child {
    margin-bottom: 0;
}

.event-info i {
    font-size: 22px;
    color: #727272;
    margin-top: 2px;
    margin-left: 20px;
}

.event-info small {
    color: #727272;
    font-size: 13px;
}
