/*
Theme Name: MS & Associates - Minimal
Author: Rajiv
Version: 1.0
Description: Custom theme for msassociates.pro
*/
.istable {
	overflow-x: auto;
	font-size: .7rem;
	margin-bottom: 20px;
}
.istable .table th {
	padding: 15px 10px;
    line-height: 1.5em;
	background-color: #e8f2fd;
	font-weight: bold;
	color: #292DD1;
}
.istable .table td {
	padding: 10px 10px !important;
}

.blog .post-content hr {
	margin: 2em 0 !important;
}
.blog .post-content h2 {
	font-size: 26px;
	margin-top: 50px;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.blog .post-content h3 {
	font-size: 22px;
	color: var(--bs-primary);
}
.blog .post-content h4 {
	font-size: 20px;
	color: #34b969;
}

.blog .post-content blockquote {
    border-left: 5px solid var(--bs-primary);
    padding: 1rem 0.75rem;
	margin: 1.5rem 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
	background-color: #eeeefd;
}
.blog .post-content blockquote > p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 575.98px) { 
	.blog .post-content h2 {
		font-size: 22px;
	}
	.blog .post-content h3 {
		font-size: 20px;
	}
	.blog .post-content h4 {
		font-size: 18px;
	}
	.blog .card-body {
		padding: 20px 15px;
	}

}