.apresentacao-cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  padding: 0px 5vw;
  column-gap: 5px;
}
div#apresentacao {
  padding: 4% 0;
}
.apresentacao-img {
  width: 45%;
}

.apresentacao-img {
}

img.img-apresentacao {
  width: 100%;
  height: auto;
}

.texto-apresentacao {
  width: 53%;
}

.texto-apresentacao p {
  font-size: 1.7rem;
  line-height: 1.9rem;
}

.texto-apresentacao p {
  color: white;
  font-size: 2rem;
  line-height: 1.4;
}
.texto-apresentacao {
  background: url(../images/3.webp) no-repeat center;
  background-size: 100% 85%;
  padding: 7% 3% 3% 3%;
}
