.flexbox {
  display: flex;
}
.flexbox-middle {
  align-items: center;
}
.flexbox-between {
  justify-content: space-between;
}
.flexbox-center {
  justify-content: space-center;
}
.forex-content {
  position: relative;
  z-index: 1;
  top: -35px;
}
.forex-content .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 12px;
  padding-bottom: 12px;
}
.forex-content .timer-group img {
  margin-right: 6px;
}
.forex-content .timer-group .name,
.forex-content .timer-group .time {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.forex-content .timer-group .time {
  margin-left: 6px;
}
@media screen and (max-width: 999px) {
  .post-top {
    padding-bottom: 160px;
  }
}
