#home-empresa {
  height: 850px;
  background-image: url("/img/site_02_03.jpg");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  font-family: "Archivo", sans-serif;
}
#home-empresa .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
#home-empresa .home-esquerdo {
  width: 65%;
}
#home-empresa .home-esquerdo .home-titulo {
  width: 80%;
  display: block;
  position: relative;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 90px;
  color: white;
  line-height: 5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 155px;
  font-weight: 600;
  letter-spacing: 1px;
  word-break: break-word;
}
#home-empresa .home-esquerdo .home-subtitulo {
  font-size: 16px;
  color: white;
  width: 53%;
  display: block;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  letter-spacing: 1px;
  line-height: 2rem;
  word-break: break-word;
}

@media screen and (max-width: 1300px) {
  .home-esquerdo {
    width: 100% !important;
  }
  .home-esquerdo .home-titulo {
    font-size: 75px;
    width: 100% !important;
  }
  .home-esquerdo .home-subtitulo {
    width: 75% !important;
  }
}
@media screen and (max-width: 600px) {
  .home-titulo {
    font-size: 65px !important;
  }

  .home-subtitulo {
    width: 85% !important;
  }
}
