/* يحرك كتلة المحتوى كلها لتحت */
.breadcrumb-content {
  position: relative;
  top: 18px !important;      /* غيّر القيمة حسب رغبتك */
}
@media (max-width: 767.98px){
  .breadcrumb-content { top: 40px !important; }
}