.jd-salon-services img {
   max-width: 100%;
   display: block;
}
.jd-salon-services a {
   text-decoration: none;
}
.jd-salon-services__item-wrap {
   text-align: center;
   padding: 15px;
   margin: 15px 0;
}
.jd-salon-services__item-img-box {
   display: inline-block;
   position: relative;
   z-index: 1;
}
.jd-salon-services__item-img-box:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: calc(100% - 1px);
   height: calc(100% - 1px);
   border: 2px solid #f2c8c8;
   transform: translate(0,0);
   transition: transform .3s ease-out;
   z-index: -1;
}
.jd-salon-services__item-img-box .jd-salon-services__item-img {
   transition: transform .3s ease-out;
}
.jd-salon-services__btn {
   transition: all .4s ease;
}
.jd-salon-services__btn__read-more {
   position: absolute;
   bottom: 0;
   left: 0;
   opacity: 0;
}
.jd-salon-services__item-img-box:hover:after {
   transform: translate(12px,-12px);
}
.jd-salon-services__item-img-box:hover .jd-salon-services__btn__read-more {
   bottom: 50%;
   left: 50%;
   transform: translate(-50%, 50%);
   opacity: 1;
}
.jd-salon-services .text-center {
   text-align: center;
}
.jd-salon-services__btn__viewall {
   display: inline-block;
   margin-top: 50px;
}
@media (max-width: 1199px) {
   .jd-salon-services__btn__read-more {
      bottom: 50%;
      left: 50%;
      transform: translate(-50%, 50%);
      opacity: 1;
   }
}