.gp-title93 >div {
  padding: 10px;
  background: #fff;
  box-shadow: 0px 20px 46.75px 8.25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}
.gp-title93 >div:hover {
  transform: translate(10px, 10px);
}
.gp-title93 >div .img {
  padding-bottom: 66%;
}
.gp-title93 >div .info {
  box-sizing: border-box;
  padding: 30px 0 40px;
  text-align: center;
}
.gp-title93 >div .info .more {
  float: right;
  background: #ebebeb;
  padding: 15px 35px;
}
.gp-title93 >div .info .more span {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
  color: #999999;
}
.gp-title93 >div .info .more span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-title93 >div .info .title {
  font-weight: normal;
}
.gp-title93 >div .info .title p {
  display: block;
  margin-top: 5px;
  color: #999999;
  letter-spacing: 2px;
}
.gp-title93 >div .info .title a {
  font-weight: bold;
  color: #333333;
  display: inline-block;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
}
.gp-title93 >div .info .title a::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #2a6e4f;
  position: absolute;
  left: -24px;
  top: 50%;
}
.gp-title93 >div .info .title a::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #2a6e4f;
  position: absolute;
  right: -24px;
  top: 50%;
}
