.par-hover-item {
  display: flex;
  justify-content: left;
  align-items: left;
  margin-left: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 100px;
  color:#757575;
}
h1 {
  font-family: sans-serif;
  position: absolute;
  z-index: 99999;
  cursor: pointer;
  transition: all .3s cubic-bezier(.05,.03,.35,1);
}
h2 {
  position: absolute;
  font-family: sans-serif;
  font-weight: normal!important;
  font-size: 15px;
  opacity: .75;
  margin-top: 38px;
  margin-left: 350px;
}
hr {
  border: 0px;
  height: 1px;
  background-color: rgba(255,255,255,.2);
  width: 80%;
  margin-left: 50px;
}
h1:hover {
  transform: scale(1.2);
  opacity: .75;
}

.h1-ab:hover{
  color: #3783bd;
}

.h1-st:hover{
  color: #e09731;
}

img {
  width: 300px;
  position: absolute;
  opacity: .2;
  visibility: hidden;
  display: block;
  transform: scale(0);
  transition: all .15s cubic-bezier(.05,.03,.35,1);
}
/* Show and scale up on hover */
.ishover {
  visibility: visible!important;
  transform: scale(1);
}
a {
    all: unset;
}