.certificate-honour-section {
  margin: 60px auto 0;
}

.certificate-bottom-hr-line {
  margin: 68px 0 44px;
}

.expand-container {
  margin-bottom: 130px;
}

@media (max-width: 1199.98px) {
  .row-gap {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .certificate-bottom-hr-line {
    margin: 70px 0 21px;
  }

  .expand-container {
    margin-bottom: 118px;
  }
  .row {
    --bs-gutter-y: 48px !important;
  }
}
