/* Hide the progress bar/line everywhere (or scope with a parent if needed) */
.custom-pagination .progress,
.custom-pagination .progress__line {
  display: none !important;
}

/* Stack content at the top; control spacing with gap only */
.about-block__right {
  justify-content: space-evenly !important;
  gap: 0rem !important;
  -webkit-box-pack: justify !important; /* legacy Safari syntax */
  -ms-flex-pack: distribute !important; /* IE/Edge fallback for 'space-evenly' */
}