
.info{
  display: flex;
  margin: 0 0 60px;
}
.info .img{
  margin: 0 40px 0 0;
}
.info .img img{
  display: block;
  width: 100%;
  max-width: 280px;
}
.info .txt{
  flex: 1;
}

.info h3{
  clear: both;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #808080;
  margin: 0 0 10px;
}
.info p{
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: #e5e5e5;
  margin: 0 0 30px;
}
.info p a{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: padding 0.2s;
}
.info p a:hover {
  color: #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3px;
  transition: padding 0.1s;
}

.info hr{
  display: block;
  width: 15px;
  height: 0;
  border: 1px solid #444;
  margin: 30px 0;
  pointer-events: none;
}