#top-banner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

#top-banner .item .left {
  height: 50px;
  margin-bottom: 15px;
}

#top-banner .item {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}

#top-banner .item .right {
  margin: 0 10px;
}

#top-banner i {
  line-height: 1.1;
  color: #767676;
  font-size: 45px;
}

#top-banner p {
  margin: 0;
}

#top-banner p.title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

#top-banner p:not(.title) {
  font-size: 16px;
  color: #767676;
}

#top-banner .item:nth-child(1), #top-banner .item:nth-child(2) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #top-banner .item {
    flex: 1 0 25%;
  }

  #top-banner .item:nth-child(1), #top-banner .item:nth-child(2) {
    margin-bottom: 0;
  }
}
