#main .consultants__item article {
  margin: 0;
  position: relative;
}
.prof-1-4 {
  width: 100%;
}
.prof-1-4 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media (min-width: 450px) {
  .prof-1-4 {
    width: 50%;
  }
}
@media (min-width: 550px) {
  .prof-1-4 {
    width: 25%;
  }
}
@media (min-width: 900px) {
  .prof-1-4 {
    float: left;
    padding: 0 15px 0 0;
  }
}
.prof-1-4:hover .box-hover {
  opacity: 1;
}
.title-prof {
  background-color: #666;
  margin: auto;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 0;
  z-index: 5;
  position: relative;
}
.title-prof a {
  color: #fff;
}
.title-prof a {
  color: #fff;
}
.box-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.prof-1-4:hover .box-hover {
  opacity: 1;
}