.pf-process-v20 {
    background-color: #0A3610;
}

.pf-process-v20 .pfp-digit {
    background-color: #8EC497;
    font-size: 32px;
    font-weight: 500;
    padding: 8px 16px;
    position: relative;
    display: block;
    width: 70px;
    height: 65px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: -65px;
    transition: background-color 0.2s ease-in-out;
}

.pf-process-v20 .pfp-content-wrapper:hover .pfp-digit {
    background-color: #F79D4D;
}

.pf-process-v20 .pfp-content-wrapper {
    background-color: #fff;
    padding: 40px 28px 0;
    margin-bottom: 60px;
}

.pf-process-v20 .pfp-content {
    text-align: center;
}
.pf-process-v20 .pfp-content-wrapper {
    text-align: center;
}
@media only screen and (min-width: 600px) {
    .pf-process-v20 .pfp-content-wrapper {
        background-color: #fff;
        padding: 40px 40px 0;
        margin-bottom: 60px;
    }

}
@media (min-width:992px) {
    .pf-process-v20 .pfp-content-wrapper {
        text-align: left;
    }
    .pf-process-v20 .pfp-digit {
        position: absolute;
        top: -24px;
        left: 0;
        transform: translateX(0);
        margin: 0;
    }

    .pf-process-v20 .pfp-content-wrapper {
        margin-bottom: 0;
         padding: 40px 40px 0;
    }

    .pf-process-v20 .pfp-content {
        text-align: start;
        padding-block-end: 3rem
    }

    .pf-process-v20 .pfp-content-wrapper h2 {
        font-size: 44px;
    }

}

.pyle-fence-process .btn-primary:hover {
    border: 1px solid #fff;
}

@media only screen and (min-width: 1200px) {
    .pf-process-v20 .pfp-content-wrapper {
        margin-bottom: 0;
         padding: 40px 60px 0;
    }
       .pf-process-v20 .pfp-content-wrapper h2 {
        font-size: 55px;
    }

}

@media (max-width: 575.98px) {
  .pf-process-v20 .pfp-content-wrapper {
    padding-bottom: 24px !important; /* adds spacing inside the white area */
  }
}

@media (max-width: 575.98px) {
  /* Reduce excess vertical space above and below the button */
  .pf-process-v20 .row.center-content {
    margin-top: -50px !important; /* pulls button closer to last card */
    margin-bottom: -50px !important; /* gentle bottom breathing room */
  }

  .pf-process-v20 .btn.btn-primary {
    padding: 10px 20px !important;
    font-size: 16px;
  }

  /* optional: ensure last white card has just a touch of bottom space */
  .pf-process-v20 .pfp-content-wrapper:last-of-type {
    margin-bottom: 24px !important;
  }
}

