
.mob-title{
  display: block;
  width: 100%;
  font-weight: 700;
}
@media (min-width: 992px) {
.mob-title {
    display: none;
}
}

