.row-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.content {
  height: 100%;
  padding: 20px 20px 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #fff;
  text-align: center;
}

.content > p {
    font-size: 15px;
    line-height: 29px;
    color: rgba(28, 54, 83, 0.6);
    padding-bottom: 0px !important;
}

.row-flex > [class*="col-"] {
  background: #f8f9fd;
  margin-bottom: 30px;  
}