body.home .mod_home_service.boxes-home .services .item .text-wrap {
  top: 50%;
  bottom: auto;
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 48px);
  overflow: hidden;
  transform: translate(-50%, -50%);
}

body.home .mod_home_service.boxes-home .services .item .text-wrap h3,
body.home .mod_home_service.boxes-home .services .item .text-wrap .btn {
  flex: 0 0 auto;
}

body.home .mod_home_service.boxes-home .services .item .text-wrap h3 {
  font-size: clamp(28px, 3.1vw, 34px);
  margin-bottom: 18px;
}

body.home .mod_home_service.boxes-home .services .item .text-wrap p {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-right: 12px;
  line-height: 1.45;
  scrollbar-width: thin;
}

body.home .mod_home_service.boxes-home .services .item .text-wrap .btn {
  margin-top: 20px;
}

body.home .mod_home_service.boxes-home .services .item:hover .text-wrap {
  bottom: auto;
}
