.hhs-price-mod {text-align: left;}
.hhs-price-mod .col-desc {text-align: initial;}

.hhs-price-mod h2 {margin-bottom: 2px; margin-top: 0;}

.hhs-price-mod .price-con {
  padding: 0px 0;
}

.hhs-price-inner {
 padding: 50px 50px 0px 50px;
  margin: 25px auto;
  height: 100%;
  position: relative;
}
.hhs-price-inner h5 {
 padding: 15px 0;
  margin-bottom: 25px;
}

.highlight-pack.hhs-price-inner {
  padding-top: 15px;
}

.highlight-pack.hhs-price-inner h5 {
  position: absolute;
  left: 0;
  top: -55px;
  width: 100%;
  display: block;
}

.hhs-price-inner h4 {
  margin-top; 0px; 
}

.col-cta {margin-bottom: 25px;}

.col-desc, .price-con, .col-cta, .col-title {padding: 0 0px;}

.sticky-row {
  position: sticky;
  top: 100px;
  box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
  background-color: rgba(255, 255, 255, 0.90);
}

ul {
  padding-inline-start: 20px!important;
}

@media (max-width: 922px) {
  .highlight-pack.hhs-price-inner h5 {
   top: -53px; 
  }
}

@media (max-width: 575px) {
  .highlight-pack.hhs-price-inner{
   margin-top: 75px; 
  }
}