#quem-somos {
  background: url(../img/quem-somos-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
}

#quem-somos .container {
  max-width: 1100px;
  background-color: white;
  border-radius: 30px;
  padding: 70px 0;
}

.visao-missao {
  text-align: center;
  max-width: 680px;
  width: 85%;
  margin: 0 auto;
}

.visao-missao img {
  width: 80px;
  height: auto;
  object-fit: cover;
}

.visao-missao h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.visao-missao p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 50px;
}

#quem-somos hr {
width: 90%;
margin: 40px auto 80px;

}
.chefe-gerente {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.chefe-gerente h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 50px;
  line-height: 50px;
}
.chefe-gerente-container {
  display: flex;
  justify-content: center;
}
.chef-cont-mirror {
  flex-direction: row-reverse;
}

.chef-cont-mirror .chefe-gerente-nome-foto {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.chefe-gerente-nome-foto {
  flex: 1;
}
.chefe-gerente-descricao {
  flex: 2;
  padding: 0 30px;
}

.chefe-gerente-img {
  max-width: 270px;
  width: 90vw;
  height: 300px;
  background-color: blue;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}

.chefe-gerente-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chefe-gerente-nome-foto h2 {
  color: #005EA7;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}
.chefe-gerente-nome-foto span {
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 700px) {
  .chefe-gerente-container {
    flex-direction: column;

  }
  .chefe-gerente-nome-foto {
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .chefe-gerente-img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .chef-cont-mirror .chefe-gerente-nome-foto {
    align-items: center;
  }
}
@media (max-width: 450px) {
  .visao-missao h1 {
    font-size: 34px;
  }
  .chefe-gerente-descricao {
    padding: 0 12px;
  }
}