/**
 * About Company Section
 *
 * Generated by Dreamz Page Builder on 2026-08-11.
 */

.about_company_section .container {
	max-width: 1280px;
}

.about_company_section .about_company_content {
	background-image: url(../images/about-company-bg-image.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	position: relative;
	text-align: center;
	padding: 80px 15px;
}

.about_company_section .about_company_content::before {
	content: "";
	background: linear-gradient(83deg, rgba(80, 55, 39, 0.80) 25.6%, rgba(80, 55, 39, 0.80) 102.36%);
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.about_company_section .about_company_wrapper {
	position: relative;
	z-index: 2;
}

.about_company_section .about_company_heading h2 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	color: var(--white);
	letter-spacing: -3px;
	margin-bottom: 20px;
}

.about_company_section .about_company_para p {
	font-family: 'Liberation Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--white);
	max-width: 872px;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	.about_company_section .about_company_content {
		padding: 60px 15px;
	}

	.about_company_section .about_company_heading h2 {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 18px;
	}

	.about_company_section .about_company_para p {
		line-height: 24px;
	}
}

@media (max-width: 991px) {
	.about_company_section .about_company_content {
		padding: 40px 15px;
	}

	.about_company_section .about_company_heading h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.about_company_section .about_company_content {
		border-radius: 15px;
		padding: 20px 15px;
	}

	.about_company_section .about_company_content::before {
		border-radius: 15px;
	}

	.about_company_section .about_company_heading h2 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 12px;
		letter-spacing: -1px;
	}

	.about_company_section .about_company_para p {
		font-size: 15px;
		line-height: 22px;
	}
}