body.wp-admin .services-list .service-short .hover {
  display: none;
}
body.wp-admin .services-list .service-short:hover .hover {
  display: none;
}
@media screen and (min-width: 769px) {
  .services-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-list .service-short {
    width: 20%;
    padding: 25px;
    text-align: center;
    position: relative;
  }
  .services-list .service-short .visible .title i {
    display: none;
  }
  .services-list .service-short .visible img {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
    margin-top: 50px;
  }
  .services-list .service-short .hover-wrapper {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .services-list .service-short .hover-wrapper .hover-content .services {
    display: none;
  }
  .services-list .service-short .hover-wrapper .hover-content .title {
    margin-bottom: 15px;
    font-weight: 700;
  }
  .services-list .service-short .hover-wrapper .hover-content .desc {
    opacity: 0.75;
    margin-bottom: 15px;
  }
  .services-list .service-short .hover-wrapper .hover-content .desc p {
    line-height: 28px;
    padding-bottom: 0;
  }
  .services-list .service-short .hover-wrapper .hover-content .wp-block-button__link {
    padding: 0 25px;
    line-height: 26px;
  }
  .services-list .service-short:hover .hover-wrapper {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1200px) {
  .services-list .service-short {
    width: 33.33%;
  }
}
@media screen and (max-width: 1024px) {
  .services-list .service-short {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .services-list .service-short {
    width: 100%;
  }
  .services-list img {
    display: none;
  }
  .services-list .visible .title {
    text-align: center;
    font: normal normal bold 20px/20px Open Sans;
    padding: 20px 55px;
    position: relative;
    background-color: #fff;
    border-bottom: solid 3px #E6E2D8;
  }
  .services-list .visible .title i {
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .services-list .visible .title i.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .services-list .hover-wrapper .hover-content {
    padding: 25px;
    text-align: center;
  }
  .services-list .hover-wrapper .hover-content .title {
    display: none;
  }
  .services-list .hover-wrapper .hover-content .services {
    color: #fff;
    border-bottom: solid 3px #fff;
    font: normal normal bold 18px/18px Open Sans;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .services-list .hover-wrapper .hover-content .desc p {
    font: normal normal normal 16px/26px Open Sans;
    opacity: 0.75;
  }
  .services-list .hover-wrapper .hover-content .wp-block-button__link {
    box-shadow: 0px 3px 6px #00000029;
  }
}
