.simply-countdown-one
{
  display: flex;
}

.simply-section
{
  width: 25%;
  float: left;
}

.simply-section
{
  height: 150px;
}

.simply-section:not(:first-child)
{
  border-left: 2px solid lightgrey;
}

.simply-section span
{
  display: block;
  width: 100%;
  text-align: center;
}

.simply-amount
{
  height: 60%;
  font-size: 400%;
  font-weight: 500;
  font-family: 'Inconsolata', monospace;
}

.simply-word
{
  height: 40%;
  font-size: 230%;
  font-family: 'Inconsolata', "Courier New";
}


@media screen and (min-width: 0px) and (max-width:768px)
{
  .simply-countdown-one
  {
    display: block;
  }

  .simply-section {
    width: 50%;
    display: inline-block;
    float: none;
  }

  .simply-section:not(:first-child)
  {
    border-left: 0;
  }

  .simply-section:nth-child(-n+2) {
    border-bottom: 2px solid lightgrey;
  }

  .simply-section:nth-child(odd) {
    border-right: 2px solid lightgrey;
  }
  .jumbotron
  {
    padding: 0;
  }
}
