.page-title {
  position: relative;
  margin-bottom: 3rem !important;
  text-align: center;
}

.page-title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 0.125rem);
  transform: translateX(-50%);
  width: 5rem;
  height: 0.125rem;
  background-color: #ec1c24;
}

@media (min-width: 1025px) {
  .history-section {
    margin-top: -104px;
    padding-top: 104px;
  }

  .process-section {
    margin-top: -180px;
    padding-top: 180px;
  }

  .our-business-section {
    margin-top: -180px;
    padding-top: 180px;
  }
}

@media (max-width: 1024px) {
  .history-section {
    margin-top: -56px;
    padding-top: 56px;
  }

  .process-section {
    margin-top: -180px;
    padding-top: 180px;
  }

  .our-business-section {
    margin-top: -180px;
    padding-top: 180px;
  }
}
