.price-list-banner {
    background-color: var(--bs-black);
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 160px;
}

@media (max-width: 767px) {
    .price-list-banner {
        padding-top: 100px;
        min-height: 40vh;
    }
}

.price-list-banner h1 {
    color: var(--bs-light);
}

.price-list-section .table {
    font-size: 0.8rem;
}

.price-list-section .table tr {
    border-width: 5px 0;
    border-color: var(--bs-light);
}

.price-list-section .table th {
    background-color: #d3e2ef !important;
}

.price-list-section .table td {
    vertical-align: middle;
    background-color: #d3e8f5;
}

.price-list-section .table td:last-child {
    padding: 0 0;
}

.price-list-section .call-to-action {
    background-color: #b5d3ec;
    border-radius: 10px;
    padding: 10px 0;
    margin: 0 10px;
}

.price-list-section .call-to-action .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.775rem;
    border-radius: 0.2rem;
    background-color: #fff;
    font-weight: 900;
}

.price-list-section .cta-box i {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    font-weight: 900;
}

.price-list-section .card table th {
    background: #E9EEF3 !important;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .price-list-section .card table th {
        padding-left: 10px;
    }
    
    .price-list-section .table td:last-child {
        padding: 0 0 0 10px;
    }
}

.divider-line {
    width: 2px;
    background: #007bff;
    height: 90%;
    margin: auto;
}