.wsm-pricing-table{
  padding:20px 0;
}

.wsm-pricing-table .wsm-price{
  font-size:38px;
  font-weight:800;
  margin:10px 0 12px;
}

.wsm-pricing-table .wsm-plan-features{
  margin:0 0 18px;
  padding-left:20px;
  color:#555;
  line-height:1.8;
}

.wsm-pricing-table .is-highlight{
  border-color:#111;
  box-shadow:0 18px 36px rgba(0,0,0,.08);
}

.wsm-pricing-table .wsm-section-title{
  margin:0 0 24px;
  line-height:1.2;
}

.wsm-pricing-table .wsm-section-title.align-left{
  text-align:left;
}

.wsm-pricing-table .wsm-section-title.align-center{
  text-align:center;
}

.wsm-pricing-table .wsm-section-title.align-right{
  text-align:right;
}

@media(max-width:900px){

  .wsm-pricing-table .cols-3{
    grid-template-columns:1fr;
  }

}

@media(max-width:768px){

  .wsm-pricing-table .wsm-section-title{
    font-size:var(--mobile-title-size) !important;
  }

}