.visu-itens-pai {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.visu-card {
  /* background: red; */
}

.texto-noticias p img {
  width: 47px;
  height: auto;
}

.texto-visu {
  place-items: center;
  padding: 20px;
  text-align: -webkit-center;
}

.visu-card {
  /* padding: 20px 20px 0 20px; */
  width: 23%;
  border-radius: 30px;
  position: relative;
  z-index: 99;
  box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 4px 12px 1px rgba(0, 0, 0, 0.5);
}

.visu-img {
  /* padding: 20px 20px 0 20px; */
  max-height: 188px;
  position: relative;
  width: 100%;
  /* height: 223px; */
  overflow: hidden;
}

.visu-img img {
  padding: 20px 20px 0 20px;
  width: 100%;
  /* max-width: 259px; */
  position: relative;
  height: 185px;
  object-fit: scale-down;
  border-radius: 14px 14px 0px 0px;
}

.texto-visu h4 {
  font-weight: 700;
  font-size: 1.4rem;
  color: black;
}

#interna>div>div:nth-child(3)>div>div>div:nth-child(3)>div>div.visu-img,
#interna>div>div:nth-child(3)>div>div>div:nth-child(4)>div>div.visu-img {
  background: #212322;
  border-radius: 14px 14px 0 0;
}

.texto-visu p img {
  height: auto;
  width: 44px;
}