.so-widget-animated_hover3-animated_hover-default-style-d75171398898-212 .animated-hover3 img {
  max-width: 100%;
  width: auto;
  height: auto;
  opacity: 0.5;
  transition: all 0.4s ease;
}
.so-widget-animated_hover3-animated_hover-default-style-d75171398898-212 .animated-hover3:hover img {
  opacity: 1;
}
.so-widget-animated_hover3-animated_hover-default-style-d75171398898-212 .animated-hover3 .border-anim {
  border: 1px solid;
}
.so-widget-animated_hover3-animated_hover-default-style-d75171398898-212 .animated-hover3 .content {
  text-align: center;
  padding: 45px 25px;
  position: relative;
  min-height: 190px;
}
.so-widget-animated_hover3-animated_hover-default-style-d75171398898-212 .animated-hover3 .content .border-anim {
  position: absolute;
  top: 0;
  left: 50%;
  height: 0;
  opacity: 0;
  width: 0;
  transition: all 0.4s ease;
}
.so-widget-animated_hover3-animated_hover-default-style-d75171398898-212 .animated-hover3:hover .content .border-anim {
  left: 0;
  height: 1px;
  width: 100%;
  opacity: 1;
}
.so-widget-animated_hover3-animated_hover-default-style-d75171398898-212 .animated-hover3 .content .border-anim:after {
  content: '';
  width: 60px;
  height: 0;
  background: inherit;
  top: 0;
  position: absolute;
  margin-left: -30px;
  left: 50%;
  transition: all 0.8s ease;
}
.so-widget-animated_hover3-animated_hover-default-style-d75171398898-212 .animated-hover3:hover .content .border-anim:after {
  height: 4px;
}