section.about-us {
	padding: 50px 0 40px 0;
}
.about-us-wrapper-img img {
	border-radius: 10px;
}
.about-us-wrapper-img img {
	height: 546px;
	width: 100%;
	object-fit: fill;
}
.proposed-para-about.text-center {
	padding: 50px 0 0;
}
.proposed-para-about.text-center p {
	line-height: 2;
}
.our-heading h6 {
	padding-right: 114px;
	line-height: 1.5;
}
.ourmission img {
	width: 100%;
	box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 60%);
	-webkit-box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 14%);
	-moz-box-shadow: 1px 1px 8px 0px rgba(59, 49, 49, 0.6);
	border-radius: 30px;
	height: 439px;
	object-fit: fill;
}
.about-heading p {
	line-height: 1.4;
	margin-bottom: 20px;
}
section.our-mission {
	padding-bottom: 80px;
}
h1.laws {
	color: #004d25;
	/* text-align: center; */
	margin-bottom: 40px;
	margin-top: 30px;
}
.main-wrapper-laws {
	padding: 40px 50px;
	box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 60%);
	-webkit-box-shadow: 1px 1px 8px 0px rgb(59 49 49 / 14%);
	-moz-box-shadow: 1px 1px 8px 0px rgba(59, 49, 49, 0.6);
	border-radius: 20px;
}
.para-heading-laws h5 {
	margin-bottom: 25px;
	text-transform: uppercase;
}
.para-heading-laws p {
	color: #000;
}
.multi-section-para-heading h6 {
	color: #242424;
	font-family: "Poppins-SemiBold";
	line-height: 1.5;
}
.multi-section-para-heading h6 span {
	color: #000;
	font-family: var(--regular-font-family);
}
.multi-section-para-heading p {
	text-align: justify;
}
.section1-heading {
	margin-left: 0px;
	text-align: justify;
}
.section1-heading ul li {
	list-style: disc;
	margin-left: 50px;
}
.section1-heading ul li p {
	color: #000;
	font-family: var(--regular-font-family);
	font-size: 14px;
	margin: 9px 0;
}
.detail-email-phone {
	display: flex;
	align-items: center;
	gap: 10px;
}
.details h6 {
	color: #fff;
	font-family: var(--bold-font-family);
	font-size: 16px;
}
.detail-email-phone h6 {
	color: #fff;
	font-family: var(--regular-font-family);
	font-size: 14px;
	margin-bottom: 0px;
}
.detail-email-phone i {
	color: #fff;
}

.main-div-icon-wrapper {
	margin-left: 18px;
	margin-top: 7px;
}
.details {
	width: 100%;
}
.details img {
	width: 100%;
	height: 240px;
	object-fit: scale-down;
}
section.bi-laws {
	padding-bottom: 70px;
}
span.the-rocky {
	font-family: "poppins-semibold" !important;
	color: "black";
	color: #000 !important;
}
ul.any-company-paragraph li {
	list-style: auto;
	color: #000 !important;
}
ul.any-company-paragraph li {
	list-style: auto;
	margin-left: 86px;
	font-size: 16px;
	font-family: "poppins-semibold";
	/* display: flex; */
	padding: 0 6px;
}
@media (max-width: 912px) {
	section.main-heading-all {
		padding: 160px 0 0 0;
	}
	.section1-heading ul li p {
		margin: 9px 0;
	}
}
@media (max-width: 575px) {
	.main-wrapper-laws {
		padding: 40px 10px;
	}
	section.main-heading-all {
		padding: 140px 0 0 0;
	}
	.ourmission img {
		height: 269px;
		object-fit: fill;
	}
	section.our-mission {
		padding-bottom: 21px;
	}
	.about-us-wrapper-img img {
		height: 345px;
		width: 100%;
		object-fit: cover;
	}
	.section1-heading {
		margin-left: 0px;
	}
	.section1-heading ul li {
		margin-left: 30px;
	}
	.section1-heading ul li p {
		font-size: 12px;
	}
	.detail-email-phone {
		display: flex;
		align-items: baseline;
		gap: 10px;
		justify-content: center;
	}
	.main-div-icon-wrapper {
		margin: 0px auto;
		margin-top: 7px;
		width: 100%;
		text-align: center;
	}
	.our-heading h6 {
		padding-right: 0px;
		line-height: 1.5;
	}
}
