.fl {
  float: left;
}

.fr {
  float: right;
}

.hidden {
  display: none !important;
}
.mb-50 {
  margin-bottom: 50px;
}