.about-us .about-head .about-banner-image{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.about-us .committee-section1{
  row-gap: 80px;
}
.custom-gap {
  row-gap: 1.75rem;
  column-gap: 0.75rem;
}
@media (min-width: 1024px) {.custom-gap {column-gap: 1.25rem;}}
@media (min-width: 1536px) {.custom-gap {row-gap: 2.5rem;column-gap: 2.5rem;}}
@media (max-width: 767.95px) {.about-us .committee-section1{row-gap: 40px;margin-top: 0px;margin-bottom: 40px;}}