.p-13 {
	padding-top: 13rem;
	padding-bottom: 13rem;
}

.navbar-custom-primary {
	background-color: #39801e;
}

.bg-primary-custom {
	background-color: #39801e;
}

.bg-secondary-custom {
	background-color: #f3f3f3;
}

.navbar-brand img {
	width: 10rem;
}

.page-content img {
	width: 30rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.text-bold {
	font-weight: bold;
}

.ml-10 {
	margin-left: 10rem;
}

.mr-10 {
	margin-right: 10rem;
}

.cb-custom {
	border-top: 1px solid #d6d6d6;
}

.cb-custom p {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.page-content img {
		width: 85% !important;
    	margin-top: -50px !important;
	}

	.mr-10 {
		margin-right: 0px !important;
	}

	.ml-10 {
		margin-left: -11px !important;
	}

	.card-mob {
		width: 22rem !important;
		margin-bottom: 2rem !important;
		margin-right: auto !important;
    	margin-left: auto !important;
    	display: block !important;
	}

	.footer-mob {
		width: 100% !important;
	}
}