.movimento-bg {
  background: url(../img/movimento/movimento-bg.png) top center no-repeat;
  background-size: cover;
}
.titulo-no-wrap {
  white-space: nowrap;
}
.medic-box {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid transparent;
  outline: 1px solid #9e9e9e;
  outline-offset: 8px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.medic-box::before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 50px;
  height: 50px;
  left: -15px;
  background: url(../img/depoimentos/ASPAS.png) no-repeat center;
}
.vivendo-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  margin: 0 4rem;
}
.height-limit {
  height: 100px;
  width: 200px;
  margin: 0 auto;
}

@media (max-width: 990px) {
  h5 {
    font-size: 1rem !important;
  }
  .movimento-bg {
    margin-top: 10rem !important;
  }
  .content-br-none br {
    display: none;
  }
  .search__submit {
    margin-left: 0 !important;
  }
  .medic-box {
    height: 100px;
    width: 100px;
  }
  .vivendo-card {
    margin: 0 1rem;
    width: 200px;
  }
  .depo-heigh-text p {
    height: 100px;
  }
  .height-limit {
    width: 70px;
  }
  .medic-box::before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}
