.live-stats {
  background-color: #00202f;
  padding: 60px 0;
}

.glider {
  padding-bottom: 10px;
}

.glider div {
  background-color: #fff;
}

.glider-contain {
  padding-right: 10px;
}

.update-bloc {
  background-color: #fefefe;
  padding: 30px 20px;
  border-radius: 10px 10px 0 0;
}

.ubs-desc {
  display: flex;
  flex-direction: column;
}
.ubs-desc h4 {
  margin-bottom: 0;
}
.ubs-desc span {
  margin-bottom: 10px;
  font-size: 11pt;
}
.ubs-desc a {
  font-size: 9pt;
  color: #333333;
}

.ub-item h6 {
  margin-bottom: 5px;
}
.ub-item p {
  margin: 0;
  font-size: 9pt;
}

.glider-next {
  right: 0;
}

.update-bloc-btm {
  padding: 20px;
  background: linear-gradient(90deg, #283245 0%, #131929 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ubb-item {
  flex: 0 1 200px;
  display: flex;
  align-items: center;
  color: #fff;
}
.ubb-item img {
  width: 20px;
  margin-right: 15px;
}
.ubb-item h5 {
  margin-bottom: 0;
  font-size: 11pt;
}
.ubb-item p {
  margin-bottom: 0;
  color: #587e8c;
  font-size: 9pt;
}

@media (max-width: 767px) {
  .ubs-desc {
    margin-bottom: 20px;
  }
  .ubs-desc span {
    margin-bottom: 5px;
  }
  .ubb-item {
    flex: 0 1 50%;
  }
  .ubb-item h5 {
    font-size: 9pt;
  }
  .ubb-item p {
    font-size: 7pt;
  }
  .ub-item h6 {
    margin-bottom: 5px;
    font-size: 11pt;
  }
  .ub-item p {
    font-size: 9pt;
  }
}
@media (max-width: 999px) {
  .ubb-item {
    margin-bottom: 20px;
  }
  .update-bloc-btm {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */