/* Custom mirrored section: Our Value vs The Competition */
.ph-value-section {
  background: #fff;
  padding: 80px 20px;
}

.ph-value-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.ph-value-header {
  text-align: center;
}

.ph-value-heading {
  margin: 0;
  color: #1f211d;
  font-family: "Montserrat", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.ph-value-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ph-value-chart {
  margin: 0;
  padding: 0;
}

.ph-value-chart img {
  display: block;
  width: 100%;
  height: auto;
}

.ph-value-accordion {
  background: transparent;
}

.ph-acc-item {
  border-bottom: 2px solid #f2f1f1;
  background: #fafafa;
}

.ph-acc-item + .ph-acc-item {
  margin-top: 0;
}

.ph-acc-summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 15px 15px 15px 65px;
  border: 0;
  cursor: pointer;
}

.ph-acc-summary::-webkit-details-marker {
  display: none;
}

.ph-acc-title {
  color: #1f211d;
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
}

.ph-acc-icon {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
}

.ph-acc-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #58595b;
}

.ph-acc-item .ph-icon-open {
  display: none;
}

.ph-acc-item[open] .ph-icon-open {
  display: inline-block;
}

.ph-acc-item[open] .ph-icon-closed {
  display: none;
}

.ph-acc-body {
  padding: 20px;
}

.ph-acc-body p {
  margin: 0;
  color: #1f211d;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.ph-value-highlights {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ph-value-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 8px;
}

.ph-value-highlight img {
  width: auto;
  max-width: 78px;
  height: auto;
}

.ph-value-highlight h6 {
  margin: 0;
  color: #292f36;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 1024px) {
  .ph-value-heading {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .ph-value-section {
    padding: 50px 20px;
  }

  .ph-value-heading {
    font-size: 42px;
    line-height: 52px;
  }

  .ph-value-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ph-acc-summary {
    padding-left: 24px;
  }

  .ph-value-highlights {
    margin-top: 20px;
    gap: 10px;
  }

  .ph-value-highlight img {
    max-width: 60px;
  }

  .ph-value-highlight h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 576px) {
  .ph-value-section {
    padding: 40px 20px;
  }

  .ph-value-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .ph-acc-title {
    font-size: 16px;
    line-height: 22px;
  }

  .ph-acc-body p {
    font-size: 14px;
    line-height: 20px;
  }

  .ph-value-highlight img {
    max-width: 40px;
  }

  .ph-value-highlight h6 {
    font-size: 14px;
    line-height: 16px;
  }
}

/* Custom mirrored section: Womans Health Medications */
.ph-section-womens .ph-womens-shell {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 600px;
  padding: 80px 20px;
  background-image: url("/assets/media/2025/09/Womens-Health-Medications-scaled-image.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ph-section-womens .ph-womens-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--e-global-color-294f657);
  opacity: 0;
}

.ph-section-womens .ph-womens-inner {
  position: relative;
  z-index: 1;
  width: min(1290px, 100%);
  margin: 0 auto;
}

.ph-section-womens .ph-womens-content {
  display: flex;
  flex-direction: column;
  width: 600px;
  max-width: 100%;
}

.ph-section-womens .ph-womens-title {
  width: 100%;
  max-width: 100%;
  text-align: start;
}

.ph-section-womens .ph-womens-title .ph-heading-title {
  margin: 0;
  color: #1f211d;
  font-family: "Montserrat", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.ph-section-womens .ph-womens-description .ph-heading-title {
  margin: 0;
  color: #1f211d;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.ph-section-womens .ph-womens-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
}

.ph-section-womens .ph-womens-explore-button {
  margin: 0;
}

.ph-section-womens .ph-womens-explore-button .ph-button {
  background-color: #292f36;
  color: var(--e-global-color-7b8351e);
  fill: var(--e-global-color-7b8351e);
  border-radius: 8px;
  padding: 20px 30px;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.ph-section-womens .ph-womens-explore-button .ph-button:hover,
.ph-section-womens .ph-womens-explore-button .ph-button:focus {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
}

.ph-section-womens .ph-womens-explore-button .ph-button:hover svg,
.ph-section-womens .ph-womens-explore-button .ph-button:focus svg {
  fill: var(--e-global-color-primary);
}

/* Custom mirrored section: Your Care, On Your Time */
.ph-section-care .ph-care-shell {
  padding: 80px 20px;
  background: #f7f7f7;
}

.ph-section-care .ph-care-inner {
  width: min(1290px, 100%);
  margin: 0 auto;
}

.ph-section-care .ph-care-heading-wrap {
  display: flex;
  justify-content: center;
}

.ph-section-care .ph-care-heading {
  width: min(650px, 100%);
  max-width: 650px;
  text-align: center;
}

.ph-section-care .ph-care-heading .ph-heading-title {
  margin: 0;
  color: #1f211d;
  font-family: "Montserrat", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.ph-section-care .ph-care-layout {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  row-gap: 0;
  column-gap: 0;
  align-items: stretch;
}

.ph-section-care .ph-care-media-col {
  --order: 99999;
  --width: 55%;
  order: 2;
  width: 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.ph-section-care .ph-care-steps-col {
  --width: 45%;
  order: 1;
  width: 45%;
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ph-section-care .ph-care-media {
  text-align: start;
  height: 100%;
}

.ph-section-care .ph-care-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
}

.ph-section-care .ph-care-media:hover img {
  opacity: 0.9;
}

.ph-section-care .ph-care-step-card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 10px;
  padding: 30px;
  background: var(--e-global-color-7b8351e);
}

.ph-section-care .ph-care-step-icon {
  --width: 20%;
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.ph-section-care .ph-care-step-content {
  --width: 80%;
  width: 80%;
  flex: 0 0 80%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ph-section-care .ph-care-step-content h6 {
  margin: 0;
  color: #292f36;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.ph-section-care .ph-care-step-content p {
  margin: 0;
  color: #292f36;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.ph-section-care .ph-care-cta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ph-section-care .ph-care-cta {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.ph-section-care .ph-care-cta .ph-button {
  border-radius: 8px;
  padding: 20px 30px;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.ph-section-care .ph-care-cta .ph-button:hover,
.ph-section-care .ph-care-cta .ph-button:focus {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}

.ph-section-care .ph-care-cta .ph-button:hover svg,
.ph-section-care .ph-care-cta .ph-button:focus svg {
  fill: var(--e-global-color-secondary);
}

@media (max-width: 1024px) {
  .ph-section-womens .ph-womens-shell {
    min-height: 500px;
    background-position: center center;
  }

  .ph-section-womens .ph-womens-shell::before {
    opacity: 0.5;
  }

  .ph-section-womens .ph-womens-title .ph-heading-title,
  .ph-section-care .ph-care-heading .ph-heading-title {
    font-size: 54px;
  }

  .ph-section-care .ph-care-media-col,
  .ph-section-care .ph-care-steps-col {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .ph-section-care .ph-care-cta .ph-button {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .ph-section-womens .ph-womens-shell {
    min-height: auto;
    padding: 50px 20px;
    background-position: center center;
  }

  .ph-section-womens .ph-womens-title .ph-heading-title,
  .ph-section-care .ph-care-heading .ph-heading-title {
    font-size: 42px;
    line-height: 52px;
  }

  .ph-section-care .ph-care-shell {
    padding: 50px 20px;
  }

  .ph-section-care .ph-care-layout {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .ph-section-care .ph-care-media-col,
  .ph-section-care .ph-care-steps-col {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .ph-section-care .ph-care-media-col {
    --order: -99999;
    order: -1;
  }

  .ph-section-care .ph-care-step-card {
    padding: 20px;
  }

  .ph-section-care .ph-care-step-content h6 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .ph-section-womens .ph-womens-shell {
    padding: 50px 20px;
    background-size: cover;
  }

  .ph-section-womens .ph-womens-shell::before {
    opacity: 0.6;
  }

  .ph-section-womens .ph-womens-title .ph-heading-title,
  .ph-section-care .ph-care-heading .ph-heading-title {
    font-size: 32px;
    line-height: 36px;
  }

  .ph-section-womens .ph-womens-description .ph-heading-title {
    font-size: 16px;
  }

  .ph-section-womens .ph-womens-actions {
    gap: 10px;
    padding-top: 0;
  }

  .ph-section-womens .ph-womens-explore-button .ph-button,
  .ph-section-care .ph-care-cta .ph-button {
    font-size: 16px;
    padding: 15px 20px;
  }

  .ph-section-care .ph-care-shell {
    padding: 40px 20px;
  }

  .ph-section-care .ph-care-step-icon {
    width: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }

  .ph-section-care .ph-care-step-content {
    width: 85%;
    flex-basis: 85%;
    max-width: 85%;
  }

  .ph-section-care .ph-care-cta-row {
    padding: 0;
  }
}

/* Custom mirrored section: Take Control of Your Health Today */
.ph-section-labs-cta .ph-labs-cta-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 80px 20px;
  background-image: url("/assets/media/2025/09/Take-control-of-your-health-scaled-image.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ph-section-labs-cta .ph-labs-cta-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--e-global-color-primary);
  opacity: 0.3;
}

.ph-section-labs-cta .ph-labs-cta-inner {
  position: relative;
  z-index: 1;
  width: min(1290px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.ph-section-labs-cta .ph-labs-cta-content {
  width: 580px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

.ph-section-labs-cta .ph-labs-cta-title {
  width: 100%;
  max-width: 100%;
  text-align: start;
}

.ph-section-labs-cta .ph-labs-cta-title .ph-heading-title {
  margin: 0;
  color: var(--e-global-color-294f657);
  font-family: "Montserrat", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.ph-section-labs-cta .ph-labs-cta-description .ph-heading-title {
  margin: 0;
  color: var(--e-global-color-294f657);
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.ph-section-labs-cta .ph-labs-cta-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-icon i,
.ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-icon svg {
  color: var(--e-global-color-secondary);
  fill: var(--e-global-color-secondary);
}

.ph-section-labs-cta .ph-labs-cta-list {
  --e-icon-list-icon-size: 18px;
}

.ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-items {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-icon {
  flex: 0 0 18px;
  width: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2px;
  padding-inline-end: 0;
}

.ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-icon svg {
  width: 18px;
  height: 18px;
}

.ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-item > .ph-icon-list-text,
.ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-item > a {
  color: var(--e-global-color-294f657);
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-item:hover .ph-icon-list-text {
  color: var(--e-global-color-7b8351e);
}

.ph-section-labs-cta .ph-labs-cta-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
}

.ph-section-labs-cta .ph-labs-cta-primary,
.ph-section-labs-cta .ph-labs-cta-secondary {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  margin: 0;
}

.ph-section-labs-cta .ph-labs-cta-primary .ph-button {
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 8px;
  padding: 20px 30px;
}

.ph-section-labs-cta .ph-labs-cta-primary .ph-button:hover,
.ph-section-labs-cta .ph-labs-cta-primary .ph-button:focus {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}

.ph-section-labs-cta .ph-labs-cta-primary .ph-button:hover svg,
.ph-section-labs-cta .ph-labs-cta-primary .ph-button:focus svg {
  fill: var(--e-global-color-secondary);
}

.ph-section-labs-cta .ph-labs-cta-secondary .ph-button {
  background-color: #292f36;
  color: var(--e-global-color-7b8351e);
  fill: var(--e-global-color-7b8351e);
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 8px;
  padding: 20px 30px;
}

.ph-section-labs-cta .ph-labs-cta-secondary .ph-button:hover,
.ph-section-labs-cta .ph-labs-cta-secondary .ph-button:focus {
  background-color: var(--e-global-color-7b8351e);
  color: var(--e-global-color-primary);
}

.ph-section-labs-cta .ph-labs-cta-secondary .ph-button:hover svg,
.ph-section-labs-cta .ph-labs-cta-secondary .ph-button:focus svg {
  fill: var(--e-global-color-primary);
}

/* Custom mirrored section: Explore Prime Health HRT Treatments */
.ph-section-explore-treatments .ph-explore-shell {
  padding: 80px 20px;
  background: #f7f7f7;
}

.ph-section-explore-treatments .ph-explore-inner {
  width: min(1290px, 100%);
  margin: 0 auto;
}

.ph-section-explore-treatments .ph-explore-header {
  display: flex;
  flex-direction: column;
}

.ph-section-explore-treatments .ph-explore-title {
  text-align: center;
}

.ph-section-explore-treatments .ph-explore-title .ph-heading-title {
  margin: 0;
  color: #1f211d;
  font-family: "Montserrat", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.ph-section-explore-treatments .ph-explore-description {
  width: min(1000px, 100%);
  max-width: 1000px;
  align-self: center;
  text-align: center;
}

.ph-section-explore-treatments .ph-explore-description .ph-heading-title {
  margin: 0;
  color: #2b2b2b;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.ph-section-explore-treatments .ph-explore-cta {
  margin-top: 20px;
  margin-bottom: 0;
}

.ph-section-explore-treatments .ph-explore-cta .ph-button {
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 8px;
  padding: 20px 30px;
}

.ph-section-explore-treatments .ph-explore-cta .ph-button:hover,
.ph-section-explore-treatments .ph-explore-cta .ph-button:focus {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}

.ph-section-explore-treatments .ph-explore-cta .ph-button:hover svg,
.ph-section-explore-treatments .ph-explore-cta .ph-button:focus svg {
  fill: var(--e-global-color-secondary);
}

@media (max-width: 1024px) {
  .ph-section-labs-cta .ph-labs-cta-shell::before {
    opacity: 0.5;
  }

  .ph-section-labs-cta .ph-labs-cta-content {
    width: 100%;
    align-self: stretch;
  }

  .ph-section-labs-cta .ph-labs-cta-title .ph-heading-title,
  .ph-section-explore-treatments .ph-explore-title .ph-heading-title {
    font-size: 54px;
  }

  .ph-section-explore-treatments .ph-explore-description {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .ph-section-labs-cta .ph-labs-cta-shell {
    min-height: auto;
    padding: 50px 20px;
    background-position: top left;
  }

  .ph-section-labs-cta .ph-labs-cta-shell::before {
    opacity: 0.3;
  }

  .ph-section-labs-cta .ph-labs-cta-title .ph-heading-title,
  .ph-section-explore-treatments .ph-explore-title .ph-heading-title {
    font-size: 42px;
    line-height: 52px;
  }

  .ph-section-labs-cta .ph-labs-cta-list {
    --e-icon-list-icon-size: 16px;
  }

  .ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-items {
    gap: 10px;
  }

  .ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-item {
    gap: 10px;
  }

  .ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-icon {
    flex-basis: 16px;
    width: 16px;
  }

  .ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-icon svg {
    width: 16px;
    height: 16px;
  }

  .ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-item > .ph-icon-list-text,
  .ph-section-labs-cta .ph-labs-cta-list .ph-icon-list-item > a {
    font-size: 16px;
    line-height: 22px;
  }

  .ph-section-explore-treatments .ph-explore-shell {
    padding: 50px 20px;
  }

  .ph-section-explore-treatments .ph-explore-description .ph-heading-title {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .ph-section-labs-cta .ph-labs-cta-shell {
    background-position: -410px 0;
    background-size: cover;
  }

  .ph-section-labs-cta .ph-labs-cta-shell::before {
    opacity: 0.3;
  }

  .ph-section-labs-cta .ph-labs-cta-title .ph-heading-title,
  .ph-section-explore-treatments .ph-explore-title .ph-heading-title {
    font-size: 32px;
    line-height: 36px;
  }

  .ph-section-labs-cta .ph-labs-cta-description .ph-heading-title {
    font-size: 16px;
  }

  .ph-section-labs-cta .ph-labs-cta-actions {
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 0;
  }

  .ph-section-labs-cta .ph-labs-cta-primary .ph-button,
  .ph-section-labs-cta .ph-labs-cta-secondary .ph-button,
  .ph-section-explore-treatments .ph-explore-cta .ph-button {
    font-size: 16px;
    padding: 15px 20px;
  }

  .ph-section-explore-treatments .ph-explore-shell {
    padding: 40px 20px;
  }

  .ph-section-explore-treatments .ph-explore-description .ph-heading-title {
    font-size: 16px;
    line-height: 22px;
  }

  .ph-section-explore-treatments .ph-explore-cta {
    margin-top: 0;
  }
}

/* Custom mirrored section: It's Your Turn to Feel Prime */
.ph-section-prime-turn .ph-prime-turn-shell {
  padding: 80px 20px;
  background: #292f36;
}

.ph-section-prime-turn .ph-prime-turn-inner {
  width: min(1290px, 100%);
  margin: 0 auto;
}

.ph-section-prime-turn .ph-prime-turn-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.ph-section-prime-turn .ph-prime-turn-title,
.ph-section-prime-turn .ph-prime-turn-description {
  align-self: center;
  text-align: center;
}

.ph-section-prime-turn .ph-prime-turn-title .ph-heading-title {
  margin: 0;
  color: var(--e-global-color-7b8351e);
  font-family: "Montserrat", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.ph-section-prime-turn .ph-prime-turn-description .ph-heading-title {
  margin: 0;
  color: var(--e-global-color-7b8351e);
  font-family: "Lato", Sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.ph-section-prime-turn .ph-prime-turn-cta {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}

.ph-section-prime-turn .ph-prime-turn-cta .ph-button {
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 8px;
  padding: 20px 30px;
}

.ph-section-prime-turn .ph-prime-turn-cta .ph-button:hover,
.ph-section-prime-turn .ph-prime-turn-cta .ph-button:focus {
  background-color: var(--e-global-color-7b8351e);
  color: var(--e-global-color-primary);
}

.ph-section-prime-turn .ph-prime-turn-cta .ph-button:hover svg,
.ph-section-prime-turn .ph-prime-turn-cta .ph-button:focus svg {
  fill: var(--e-global-color-primary);
}

.ph-section-prime-turn .ph-prime-turn-slider-wrap {
  margin-top: 50px;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .ph-section-prime-turn .ph-prime-turn-title .ph-heading-title {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .ph-section-prime-turn .ph-prime-turn-shell {
    padding: 50px 20px;
  }

  .ph-section-prime-turn .ph-prime-turn-title .ph-heading-title {
    font-size: 42px;
    line-height: 52px;
  }

  .ph-section-prime-turn .ph-prime-turn-description .ph-heading-title {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .ph-section-prime-turn .ph-prime-turn-shell {
    padding: 40px 20px;
  }

  .ph-section-prime-turn .ph-prime-turn-title .ph-heading-title {
    font-size: 32px;
    line-height: 36px;
  }

  .ph-section-prime-turn .ph-prime-turn-cta {
    margin-top: 0;
  }

  .ph-section-prime-turn .ph-prime-turn-cta .ph-button {
    font-size: 16px;
    padding: 15px 20px;
  }

  .ph-section-prime-turn .ph-prime-turn-slider-wrap {
    margin-top: 0;
  }
}
