.sobre-nos-content {
  display: flex;
  flex-direction: column;
  min-height: 490px;
  justify-content: center;
}

.text-nosso-time {
  color: #515070;
}

.time-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}

.pessoa-item-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
}

.time-item-bg {
  position: relative;
}

.time-item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(81, 80, 112, 0.7);
}

.img-time {
  display: block;
}

.title-time {
  font-size: 18px;
}

.time-text-body {
  padding-bottom: 20px;
}

.text-paragraph-time {
  line-height: 22px;
  color: #ffffff;
}

.missao-visao-valores {
  background: #F6F6F6
}

.missao-visao-valores-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 425px;
}

.sobre-nos-item {
  max-width: 336px;
}

.missao-visao-valores-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.missao-visao-valores-title > h1 {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .banner-image-container {
    height: 456px;
  }

  .img-sobre-nos {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }

  .title-sobre-nos{
    font-size: 48px;
  }

  .time-content {
    flex-direction: column;
  }

  .time-item {
  margin-bottom: 20px;
  }

  .time-item, .img-time {
    width: 100%;
  }
  
  .missao-visao-valores-content {
    min-height: 814px;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .container-meia-tela{
    margin-top: 20px;
  }
}