#projetos .banner__content {
  padding: 200px 0 137px 0;
  position: relative;
  overflow: hidden;
}

#projetos .banner__projetos__img {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

#projetos .banner__projetos__img--dir {
  right: 0;
}

#projetos .banner__content .container {
  justify-content: center;
}

#projetos .banner__projetos * {
  color: #fff;
}

#projetos .banner__projetos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  z-index: 10;
}

#projetos .banner__projetos h1 {
  font: 700 50px/60px Epilogue, sans-serif;
}

#projetos .banner__projetos__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
}

#projetos .banner__projetos__breadcrumb a {
  font: 400 16px/24px Epilogue, sans-serif;
}

#projetos .modulos {
  padding: 96px 0 0;
}

#projetos .modulos .container {
  display: flex;
  gap: 80px;
  flex-direction: column;
}

#projetos .modulos__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  max-width: 640px;
  margin: 0 auto;
}

#projetos .modulos__header h2 {
  font: 700 45px/54px Epilogue, sans-serif;
  text-align: center;
  color: #000
}

#projetos .modulos__header p {
  color: #4D4D4D;
  text-align: center;
  font: 400 16px/24px Epilogue, sans-serif;
}

#projetos .modulos__header p strong {
  color: #4D4D4D;
  font-weight: 600;
}

#projetos .projetos {
  grid-template-columns: repeat(auto-fit, minmax(503px, 1fr));
  justify-content: center;
  max-width: 1296px;
  margin: 0 auto;
  column-gap: 52px;
  row-gap: 42px;
}

#projetos .footer-wrapper {
  margin-top: 90px;
}

@media screen and (max-width: 1097px) {
  #projetos .projetos {
    grid-template-columns: repeat(auto-fit, minmax(222px, 622px));
    gap: 24px;
  }
}

@media screen and (max-width: 874px) {
  #projetos .banner__projetos__img {
    width: 320px;
  }

  #projetos .banner__projetos__img--dir {
    width: 250px;
  }
}

@media screen and (max-width: 480px) {
  #projetos .banner__projetos__img {
    left: -80px;
  }

  #projetos .banner__projetos__img--dir {
    left: auto;
    right: -80px;
  }

  #projetos .modulos .container {
    gap: 40px;
  }

  #projetos .modulos {
    padding-top: 48px;
  }

  #projetos .projetos {
    gap: 24px;
  }
}
