.about-us-section .aboutUs__header {
  border-bottom: var(--bs-border-width) solid var(--bs-black);
}
.about-us-section .aboutUs__header .aboutUs__header-title {
  width: fit-content;
  border-right: var(--bs-border-width) solid var(--bs-black);
  border-left: var(--bs-border-width) solid var(--bs-black);
}
.about-us-section .aboutUs__header .aboutUs__header-title h1 {
  font-size: 26px;
}
.about-us-section .aboutUs__links-container .aboutUs__links-holder .aboutUs__links-header .aboutUs__links-header-title p {
  font-size: 32px;
}
.about-us-section .aboutUs__links-container .aboutUs__links-holder .abouts__links-table .aboutUs__links-item {
  background-color: var(--bs-gray-300);
}
.about-us-section .aboutUs__links-container .aboutUs__links-holder .abouts__links-table .aboutUs__links-item a, .about-us-section .aboutUs__links-container .aboutUs__links-holder .abouts__links-table .aboutUs__links-item p {
  color: var(--bs-white);
}

@media screen and (max-width: 992px) {
  .about-us-section .aboutUs__header {
    border-bottom: 0;
  }
  .about-us-section .aboutUs__header .aboutUs__header-title {
    width: fit-content;
    border-right: 0;
    border-left: 0;
  }
  .about-us-section .aboutUs__header .aboutUs__header-title h1 {
    font-size: 22px;
  }
  .about-us-section .aboutUs__links-container .aboutUs__links-holder .aboutUs__links-header .aboutUs__links-header-title p {
    font-size: 20px;
  }
  .about-us-section .aboutUs__links-container .aboutUs__links-holder .abouts__links-table .aboutUs__links-item a, .about-us-section .aboutUs__links-container .aboutUs__links-holder .abouts__links-table .aboutUs__links-item p {
    color: var(--bs-white);
  }
}
@media only screen and (max-width: 670px) {
  .about-us-section .aboutUs__header {
    border-bottom: 0;
  }
  .about-us-section .aboutUs__header .aboutUs__header-title {
    width: fit-content;
    border-right: 0;
    border-left: 0;
  }
  .about-us-section .aboutUs__header .aboutUs__header-title h1 {
    font-size: 20px;
  }
  .about-us-section .aboutUs__links-container .aboutUs__links-holder .aboutUs__links-header .aboutUs__links-header-title p {
    font-size: 14px;
  }
  .about-us-section .aboutUs__links-container .aboutUs__links-holder .abouts__links-table .aboutUs__links-item a, .about-us-section .aboutUs__links-container .aboutUs__links-holder .abouts__links-table .aboutUs__links-item p {
    color: var(--bs-white);
    font-size: 12px;
  }
}

/*# sourceMappingURL=AboutUs.css.map */
