.inner-page-content .mini-title {
    font-size: 26px;
}
.inner-page-content p {
    line-height: 28px;
}
.inner-page-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.inner-page-content ul li {
    position: relative;
    padding-left: 26px;
}
.inner-page-content ul li:before {
    position: absolute;
    content: '';
    width: 16px;
    background: red;
    left: 0;
    border-top: 3px solid;
    top: 50%;
}

/**
 * Galleries :: WP default shortcode
 */

.gallery {
    margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 1.24rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Table Css */
.inner-page-content table {
    width: 100%;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
}

.inner-page-content table tr:nth-child(2n+1) {
    background-color: #FFEADE;

}


.inner-page-content table td {
    padding: 15px 20px;
    font-size: 15px;
}

/* @media (max-width: 991.98px) {
    .inner-page-table {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .inner-page-content table {
        width: 1200px;
    }
} */

@media (max-width: 575.98px) {

    .inner-page-content table {
        /* width: 1200px; */
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* @media (max-width: 480px) {
    .inner-page-content table tr td:first-of-type {
        width: 235px;
    }
} */