.w-130px {
  width: 130px !important;
}
.prie-membership .card ul li p {
    font-size: 14px;
}
.prie-membership .card ul li h3 {
    margin-top: 32px;
    margin-bottom: 8px;
}
.card h3 {
    font-size: 22px;
}
.card h3 span {
    font-size: 18px;
}
.prie-membership {
    counter-reset: step;
}
.prie-membership .card .header h3 {
    font-size: 44px;
}
.prie-membership .card .header h3 span:first-child {
    font-size: 27px;
}
.prie-membership .card .header h3 span:last-child {
    font-size: 30px;
}
.prie-membership .content .card:after {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    top: -16px;
    left: calc(50% - 16px);
    text-align: center;
    width: 42px;
    line-height: 1;
    background-color: #45C4B7;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 8px;
    z-index: 0;
}
.prie-membership .content .card h3 {
    font-size: 18px;
}
.introduction-cemetery .card h6 {
    font-size: 18px;
}
span.badge {
    font-size: 10px;
    line-height: 1;
    color: #FFFFFF;
    background-color: #000000;
    padding: 3px 8px;
    border-radius: 8px;
    font-weight: 700;
}
.table-responsive::-webkit-scrollbar {
    display: none;
}
.table-responsive {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.introduction-cemetery .card {
    max-width: 800px;
    margin: 0 auto;
}
.introduction-cemetery .table-rounded {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0px;
}
.introduction-cemetery .table-rounded th {
    background-color: #45C4B7;
    color: #fff;  
    border-color: #45C4B7;
    font-weight: 700;
}
.introduction-cemetery .table-rounded thead {
    border: 1px solid #45C4B7;
}
.introduction-cemetery .table-cemetery th:first-child {  
    min-width: 120px;   
}
.introduction-cemetery .table-cemetery th:nth-child(2) {
    min-width: 146px;
}
.introduction-cemetery .table-cemetery th:nth-child(3),
.introduction-cemetery .table-scattering th:nth-child(3) {
    white-space: nowrap;
    width: 1%;
}
.introduction-cemetery .table-gardening th:first-child {
    min-width: 140px;   
}
.introduction-cemetery .table-gardening th:nth-child(2) {
    min-width: 276px;
}
.introduction-cemetery .table-gardening th:nth-child(3) {
    min-width: 104px;
}
.introduction-cemetery .table-scattering th:first-child {
    min-width: 160px;   
}
.introduction-cemetery .table-scattering th:nth-child(2) {
    min-width: 156px;
}
.introduction-cemetery table hr {
    border-color: #EDEDED;
    opacity: 1;
}
.introduction-cemetery .table-rounded td {
    border-bottom: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}
.introduction-cemetery .table-rounded td:last-child {
    border-right: 1px solid #EDEDED;
}
.txt-fee,
.txt-notes,
.legend-list {
    font-size: 12px;
}

/* PC ONLY */
@media only screen and (min-width: 992px) {
    .first .card ul li p:first-child {
        font-size: 18px;
        min-width: 455px;
        width: 455px;
    }
    .grave_scattering .col-services {
        width: calc(25% - 8px);
    }
    .grave_scattering .col-services .card > img {
        aspect-ratio: 56 / 32;
        object-fit: cover;
    }
}

/* SP ONLY */
@media only screen and (max-width: 991px) {
    .card h3 {
        font-size: 16px;
    }
    .card h3 span {
        font-size: 14px;
    }
    .first .card ul li p:first-child {
        font-size: 14px;
    }
    .prie-membership .card .header h3 {
        font-size: 26px;
    }
    .prie-membership .card .header h3 span:first-child {
        font-size: 16px;
    }
    .prie-membership .card .header h3 span:last-child {
        font-size: 18px;
    }
    .prie-membership .content .card:after {
        width: 32px;
        font-size: 16px;
        padding: 8px 0;
    }
    .prie-membership .content .card h3 {
        font-size: 14px;
    }
    .prie-membership .card ul li p {
        font-size: 10px;
    }
    .introduction-cemetery .card h6 {
        font-size: 14px;
    }
    .txt-fee {
        font-size: 10px;
    }
    .txt-notes {
        font-size: 8px;
    }
    .legend-list {
        font-size: 7px;
    }
    .grave_scattering .col-services {
        width: calc(50% - 4px);
    }
    .grave_scattering .col-services .card > img {
        aspect-ratio: 56 / 23;
        object-fit: cover;
    }
}