.widget.countdown_widget {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 45%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-top: 10%; }
  .widget.countdown_widget .titles {
    display: flex;
    flex-direction: row;
    flex: auto;
    align-items: center;
    justify-content: space-between;
    background-color: #2b4170;
    text-transform: uppercase;
    font-size: 4rem;
    font-family: 'Univers LT W01_49 Light Ult Cn'; }
    .widget.countdown_widget .titles .left {
      display: flex;
      justify-content: center;
      flex: auto; }
      .widget.countdown_widget .titles .left .title1 {
        color: #FFF;
        padding-right: 3px; }
      .widget.countdown_widget .titles .left .title2 {
        color: #7699c1; }
    .widget.countdown_widget .titles .right {
      display: flex;
      object-fit: scale-down; }
      .widget.countdown_widget .titles .right img {
        height: 50px; }
  .widget.countdown_widget .date {
    display: flex;
    font-weight: bold;
    font-size: 2.5rem;
    color: #2b4170;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center; }
  .widget.countdown_widget .countdown {
    display: flex;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-evenly; }
    .widget.countdown_widget .countdown .number {
      color: #2b4170;
      font-weight: bold; }
  .widget.countdown_widget .text {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px; }

/* On screens that are 992px wide or less */
@media screen and (max-width: 992px) {
  .widget.countdown_widget {
    margin-top: 29%;
    margin-left: 2px;
    margin-right: 2px;
    width: 100%;
    border-bottom: 2px solid #a6c6ee;
    margin-bottom: 0.75em;
    padding-bottom: 0.25em; } }

/* On screens that are 600px wide or less */
@media screen and (max-width: 768px) {
  .widget.countdown_widget {
    margin-top: 0;
    margin-left: 2px;
    margin-right: 2px;
    width: 100%;
    border-bottom: 2px solid #a6c6ee;
    margin-bottom: 0.75em;
    padding-bottom: 0.25em; } }
