.col-p {
  padding: 15px !important;
}

.hh-text-big {
  opacity: 75%;
  transition: 0.75s;
}

.hh-img-big {
  opacity: 100% !important;
  transition: 0.75s;
}

.hh-link:hover .hh-img-big,
.hh-link:hover ~ .hh-img-big {
  opacity: 50% !important;
}

.hh-link:hover .hh-text-big,
.hh-link:hover ~ .hh-text-big {
  opacity: 100%;
}

.hh-text-small {
  opacity: 0%;
  transition: 0.75s;
}

.hh-img-small {
  opacity: 100% !important;
  transition: 0.75s;
}

.hh-link:hover .hh-img-small,
.hh-link:hover ~ .hh-img-small {
  opacity: 50% !important;
}

.hh-link:hover .hh-text-small,
.hh-link:hover ~ .hh-text-small {
  opacity: 100%;
}

.footer-insper {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .hh-text-big, .hh-text-small {
    opacity: 100%;
  }
  
  .hh-img-big, .hh-img-small {
    opacity: 75% !important;
  }
}