.technologies-section {
  margin: 5rem 0 0 0; }
  .technologies-section .wrapper {
    font-weight: 300;
    justify-content: center; }
    .technologies-section .wrapper p {
      margin-bottom: 5rem; }
  .technologies-section h2 {
    font-size: 1.5rem; }
  .technologies-section .technologies-content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    gap: 1rem 1rem;
    margin-bottom: 5rem; }
    .technologies-section .technologies-content-grid li {
      display: grid;
      place-content: center;
      height: 6rem;
      background-color: #f7f7f7;
      border-radius: 2px; }
    .technologies-section .technologies-content-grid img {
      height: 5rem; }

.technologies-intro {
  text-align: justify;
  margin-bottom: 4rem; }

h2 {
  margin-bottom: 1rem; }

.banner {
  background-image: url(/app/assets/imgs/banners/technologies.webp); }

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