/* Helpers */
.d-flex {
  display: flex;
}

.d-none {
    display: none !important;
}

.justify-content-lg-around {
  justify-content: space-around;
  display: flex;
}

.text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .col-mob {
    display: none;
  }
}