.section--pricing .page__content {
   grid-column: 2 / 5;
   grid-row: 2 / 3;
}

.section--pricing .price {
   display: flex;
   justify-content: space-between;
   font-size: 32px;
   font-weight: 700;
   font-family: var(--font-secondary);
}
.section--pricing .price .woocommerce-Price-currencySymbol {
   font-size: 16px;
}
.section--pricing .pricing-item {
   border-bottom: 8px solid;
   padding-bottom: 1.5rem;
   margin-bottom: 3rem;
   font-size: 22px;
}
.bd324-download-button span {
   display: flex;
   align-items: center;
}
.bd324-download-button span:before {
   content: "";
   display: inline-block;
   width: 1em;
   height: 1.5em;
   margin-right: 0.5em;
   background-repeat: no-repeat;
   background-size: contain;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M48 448L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zM216 232c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 102.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31L216 232z'/%3E%3C/svg%3E");
}

.woocommerce .onsale.wc-memberships-member-discount {
   display: none !important;
}

@media (max-width: 768px) {
   .section--pricing .page__content {
      grid-column: 1 / -1;
      grid-row: auto;
   }
}