  .font-small{
    font-size: 16px;
    margin-top: 30px;
  }  

.full-width-ph p {
    font-size: 0.6em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
    color: #555;
    margin: 0;
    margin-bottom: 16px;
}

.pricing-wrapper {
   font-family: 'DM Sans', sans-serif;
}

.pricing-selector label {
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    color: #000;
    font-weight: 400;
}

.pricing-selector {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
     margin-bottom: 70px;
    margin-top: 50px;
}

.pricing-selector select {
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 16px;
    padding: 10px 16px;
    background: var(--Warm-Ivory, #FFF9F3);
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
}

/* HEADER ROW */
.pricing-header-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  text-align: center;
  padding-bottom: 15px;
  padding-top:0px;
}

.ph-col h3 {
    color: #CFAD70;
    font-size: 24px;
    margin-bottom: 5px;
    font-family: "Playfair Display", serif !important;
    font-weight: 900;
}




body .pricing-section h2{
    font-size: 34px !important;
    margin-bottom: 15px;
    color: #0E192C !important;
    font-weight: 700 !important;
    padding: 19px 0px;
   position:relative;
   margin-bottom: 25px !important;
    display: block;
text-align: left;
    //margin-top: 17px !important;
}

body .pricing-section h2:after,
body .pricing-section h2:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  background: #CFAD70;
    width: 100%;
    right: auto;
  height:3px;
}

body .pricing-section h2:after{
  top:auto;
  bottom:0;
}

.ph-col p {
    color: #0E192C;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
    max-width: 230px;
    margin: 0 auto;
}

.pricing-section sup,
.ph-spacer sup {
    color: #0b75ec;
}



/* SECTIONS */
.pricing-section {
  margin-top: 30px;
}

.ph-spacer.spacer-width {
    max-width: 300px;
}



.pricing-table .pricing-section:nth-child(2) {
   // margin-top: 0px;
}

/* ROW */
.pricing-row {
  display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  padding:  0;
}


.pr-title {
    border-bottom: 1px solid #CFAD70;
    padding: 24px 0px;
      margin-right: 30px;
}

.ph-spacer {
    font-size: 16px;
    text-align: left;
}



.ph-col p span {
    font-weight: 200;
    padding-bottom: 3px;
    display: block;
}


.pr-title, .pr-title a {
    color: #0E192C;
    font-size: 20px;
    line-height: 1.4;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
}

.pr-title span {
  font-size: 14px;
  color: #777;
}

.pr-price {
    color: #0E192C;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #eeeeee;
    padding: 22px 0px;
}

.get-started-btn {
    border-left: 1px solid #eeeeee;
    padding: 22px 0px;
    text-align: center;
}

.hs-button-gold{
    background: #cda760;
    padding: 16px 35px;
    font-size: 16px;
    line-height: 1;
    font-family: DM Sans, sans-serif !important;
    text-align: center;
    border-radius:100px;
    color:#ffffff;
    text-decoration:none;
}

.hs-button-gold:hover{
  color:#fff;
}

  .mobile-show{
    display:none;
  }

/*********** MOBILE ************/
@media (max-width: 767px) {

  .mobile-show{
    display:block;
    text-align:center;
  }
  
  .mobile-show .ph-spacer {
    text-align: center;
    padding-top: 25px;
}
  
  body .pricing-section h2:after{
    display:block;
  }  
  
  body .pricing-section h2 {
    margin-bottom: 0px !important;
  }
  
  .pricing-header-row {
    display: none;
  }

  .pricing-row {
    grid-template-columns: 1fr;
    padding: 16px 0;
  }

  .pr-title {
    font-weight: 600;
    margin-bottom: 15px;
   padding-bottom: 10px;
  }

  .pr-price {
    margin: 4px 0;
    padding: 8px;
    background: #fafafa;
    border-radius: 6px;
    font-size: 18px;
    position: relative;
        display: flex;
        justify-content: center;
        padding-top: 52px;
        padding-bottom: 22px;
  }
  
  .pr-price:before {
    content: "Premier(Annual)";
    position: absolute;
    top: 15px;
}
  
  .pricing-row .pr-price:nth-of-type(2):before{
   content: "Premier* (Annual)";
  }  
  
    .pricing-row .pr-price:nth-of-type(3):before{
   content: "Sprint* (Quarterly)";
  }  
    .pricing-row .pr-price:nth-of-type(4):before{
   content: "Launchpad (Monthly)";
  }  
  
  body .pricing-section h2:after, body .pricing-section h2:before{
    width:100%;
  } 
  



  
  
.pricing-selector {
    display: block;
    text-align: center;
}
  
.pricing-selector label{
    margin-bottom: 20px;
    display: block;
}  
  
}
