.blog-classic .iserve-entry-content, .iserve-entry-content p{
	font-size: 16px;
}
.blog-classic .iserve-entry-content p{
	
}

.blog-classic .iserve-entry-content ul {
	list-style: none;
	padding-left: 28px;
	margin: 0 0 20px 0;
}
.blog-classic .iserve-entry-content ol {
	list-style: none;
	padding-left: 15px;
	margin: 0 0 20px 0;
}

.blog-classic .iserve-entry-content li::before {
	content: '\e89a';
	color: #e21b2d;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	font-family: "iserve-base-icons";
	margin-right: 6px;
	position: relative;
	margin-right: -22px;
	right: 26px;
}

.blog-classic .iserve-entry-content li {
	border: 0;
	background: transparent;
	padding: 9px 0;
	color: rgba(var(--iserve-blackish-color-rgb), .7);
	font-size: 16px;
	line-height: 1.7;
	font-family: "Quicksand", sans-serif;
	display: block;
	
}

.blog-classic .iserve-entry-content strong {
	color: #263b63;
	font-weight: 700;
	margin-right: 10px;
}
.blog-classic .iserve-entry-content ol li::before {
	content: "";
	color: #e21b2d;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
	font-family: "iserve-base-icons";
	margin-right: 6px;
	right: 0px;
}
.blog-classic .iserve-entry-content table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
		border-width: 0 1px
}
.blog-classic .iserve-entry-content table>:not(caption)>> {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}
.blog-classic .iserve-entry-content img{
    width: calc(48% - 10px);
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    margin: 5px;
    box-sizing: border-box;
}

@media (max-width: 767px){
    .blog-classic .iserve-entry-content img{
        width: 100%;
        display: block;
        margin: 10px 0;
    }
}