#faq > section > div > div:nth-child(2) > div.col-lg-4 > h2{
color: var(--color-orange) !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

}
#faq > section > div > div:nth-child(2) > div.col-lg-4 > div.rpwe-block > ul > li > h3 > a{
    font-size: var(--size-font-p1);
    color: var(--color-orange) !important;
}

#faq > section > div > div:nth-child(2) > div > article > section > p{
	font-family: "chivo-r";
}

.breadcrumb {
	background-color: #e9ecef00;
}

.breadcrumb-item > a{
	font-family: "chivo-r" !important;
}

.border-right {
	border-right: 2px solid #b9b2ad !important;
}

.related-posts .card-text {
	font-size: 14px;
}

/* .related-posts .card img {
	width: 39%;
} */

#blog-inner .nav-pills .nav-link {
	border-radius: 1.5rem;
	font-family: "chivo-r";
	min-width: 150px;
}

#blog-inner .btn-outline-danger {
	color: #5d2e14;
	border-color: #d7844a;
}

#blog-inner .btn-outline-danger.active {
	color: #d7d7d7;
	border-color: #d7844a;
}

#blog-inner .btn-outline-danger:hover {
	color: #fff;
	background-color: #d7844b;
	border-color: #dbd3c3;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #d7844b;
	border-color: #dbd3c3;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(215 132 75 / 0.45);
}

@media (min-width: 320px) and (max-width: 425px) {
	#blog-inner .nav-pills .nav-link {
		min-width: auto;
		width: 137px !important;
	}

	#blog-inner .card-img-top {
		width: 36%;
	}
}
