/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  background: url('../Imagens/BG_Image.png') center/cover no-repeat;
  color: #fff;
  padding-bottom: 120px;
}
.hero__overlay {
  display: flex;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hero__content { position: absolute; z-index: 1; max-width: 600px; margin-left: 5vw;   align-self: center;}
.hero__content h1 { color: #fff; }

.hero-line{
  display: block;
  margin-left: auto;
  margin-right: auto;
}