.col-md-12.fx4 {
  display: flex;
  flex-direction: column-reverse;
}
.procedimento-home {
  display: grid;
  grid-template-columns: repeat(3, 16%);
  place-content: center;
  margin-bottom: 3%;
}
img.proc {
  width: 100%;
}

.proced-imagem {
  position: relative;
}
.proced-area:hover {
    transform: translateY(-30px);
    transition: 2s ease;
}
.proced-area {
    transition: 2s ease;
}
.proced-imagem p {
  position: absolute;
  bottom: 7px;
  justify-self: anchor-center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #004035;
  width: 78%;
  text-align: -webkit-center;
  min-height: 54px;
  align-content: center;
  line-height: 1.1;
}
.col-md-12.fx4 .custom p {
  place-items: anchor-center;
}
