.cron-path {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 1rem;
    width: fit-content;
    margin: 0 auto
}

.table-body,
.table-body ul:last-child li:first-child {
    border-bottom-left-radius: 15px
}

.table-data ul {
    display: flex;
    margin: 0
}

.table-data ul li {
    width: 33.33%;
    padding: 1rem 2rem;
    margin: 0;
    border-bottom: 1px solid #e2d7ff;
    text-align: center
}

.table-head {
    background: #22b;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.table-body ul:last-child li {
    border-bottom: 0
}

.table-head ul li {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.table-body ul li,
ul li a {
    color: #03305d;
    font-size: 16px
}

.table-body {
    background-color: #f0f0ff;
    border-bottom-right-radius: 15px
}

.table-body ul li:first-child {
    background-color: #efe9ff
}

.table-data-2 ul li {
    width: 50%
}

.ser-offer-points {
    width: 90%;
    margin: auto;
}

@media (max-width:576px) {
    .ser-offer-points {
        width: 100%;
        margin: auto;
    }

    .table-body,
    .table-head {
        width: fit-content
    }

    .table-data {
        overflow-x: scroll
    }

    .table-data ul li {
        width: 200px
    }

    .table-head {
        position: static
    }
}

.faqs-card {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    background: 0 0;
    margin-bottom: 0 !important
}

.faqs-card .accordion-header {
    width: 100%;
    background: 0 0;
    border: 0;
    text-align: left;
    padding: 22px 45px 22px 0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    cursor: pointer
}

.faqs-card .accordion-button::after,
.faqs-card .accordion-header::after {
    display: none !important
}

.faqs-card .accordion-header::before {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 300;
    color: #000;
    line-height: 1;
    transition: .3s
}

.faqs-card .accordion-header:not(.collapsed)::before {
    content: "−"
}

@media (max-width:576px) {
    .table-data-2 ul li {
        width: 200px;
    }
}