.heading {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  text-align: center;
  color: #000;
  font-size: 18px;
  margin-bottom: 0 !important;
  font-weight: 700;
  min-width: 0;
}
@media (min-width: 768px) {
  .heading {
    margin-bottom: 0 !important;
    font-size: 20px;
  }
}
.heading .ρd__all.ρd__span{
    color: #375EDF
}