.snip1135:before, .snip1135:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1135:before {
  bottom: 0;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
  background-color: #A82227;
}

.snip1135:hover:before, .snip1135 .a:before {
  opacity: 1;
  width: 100%;
}

