/* Reset CSS for better cross-browser consistency */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	/* font-family: 'Arial', sans-serif; */
	background-color: #f8fff3 !important;
	color: #333;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.about-section {
	max-width: 1200px;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 50px;
}

h1 {
	text-align: left;
	color: #4a4a4a;
	margin-bottom: 40px;
	font-size: 2.5rem;
}

.about-content {
	text-align: center;
}

.image-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.image-box {
	text-align: center;
}

/* .image-box img, .image-boxxes img {
    width: 100%;
    height: auto;
    object-fit: cover;
} */

.icon img {
	width: 110px;
	height: 165px;
}
.icon img {
	max-width: 100%;
	height: auto;
}
.image-boxxes {
	width: 405px;
	height: 357px;
	background-color: #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
@media (min-width: 769px) and (max-width: 990px) {
	.about-section {
		padding: 10rem 1rem;
		background-color: #f8fff3;
		margin-top: 70px;
	}
}
@media (min-width: 990px) and (max-width: 1400px) {
	.about-section {
		/* padding: 10rem 1rem; */
		background-color: #f8fff3;
		margin-top: 109px;
	}
	.heading-section {
		margin-top: 50px;
	}
}
@media (max-width: 576px) {
	.image-boxxes {
		width: 100%;
		height: 357px;
		background-color: #f0f0f0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px;
	}
}
@media (min-width: 1400px) and (max-width: 1800px) {
	.about-section {
		padding: 10rem 1rem;
		background-color: #f8fff3;
		margin-top: 50px;
	}
}
.about-text {
	margin: 30px 0;
	line-height: 1.8;
	color: #000000;
	width: 1173px;
	/* height: 189px; */
	/* font-family: poppins; */
	font-size: 18px;
}

.about-text p {
	margin-bottom: 20px;
}

.logo-section {
	margin: 20px 0;
	text-align: center;
	/* background-image: url("https://www.ramaeri.com/storage/app/public/images/lbg.png"); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-section img {
	width: 100%;
	max-width: 300px;
	/* height: auto; */
}

.footer-text p {
	margin-bottom: 20px;
	font-size: 1.1rem;
	color: #000000;
}

.footer-text {
	width: 1172px;
	height: 242px;
	/* font-family: poppins; */
	font-size: 18px;
	font-weight: 100;
	line-height: 27px;
}

/*mycode*/
.icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	text-align: center;
	font-weight: 500;
	font-size: 1rem;
	color: #555;
}

.storyheading {
	text-align: start;
	padding: 1rem 0 1.5rem 0; 
	font-size: 40px;
	font-weight: 500;
	color: #4a6437;
	margin-bottom: 0;
}

/*endmycode*/

@media (min-width: 769px) and (max-width: 1024px) {
	.image-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
.image-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	/* gap: 1rem; */
	/* justify-items: center; */
	align-items: center;
	/* margin-bottom: 1.5rem; */
}
.about-text {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #444;
	margin: 0 auto;
	padding: 0 1rem;
}

/* Responsive Design */
@media (max-width: 992px) {
	.image-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.about-text {
		font-size: 0.95rem;
	}

	h1 {
		font-size: 2rem;
	}

	.about-section {
		padding-bottom: 10px;
		padding-top: 50px;
	}
}

@media (max-width: 768px) {
	.image-grid {
		grid-template-columns: 1fr;
	}

	.about-text {
		font-size: 0.9rem;
		padding: 0 15px;
	}

	h1 {
		font-size: 1.75rem;
	}

	.logo-section img {
		width: 200px;
	}

	.image-box img {
		border-radius: 4px;
	}

	.storyheading {
		width: 100%;
		/* text-align: center; */
		padding: 0.5rem 0 1rem 0;
		font-size: 1.5rem;
		margin-bottom: 0px !important;
		color: #4a6437;
	}
	.about-section {
		padding-bottom: 10px;
		padding-top: 100px;
	}
}

@media (max-width: 576px) {
	h1 {
		font-size: 1.5rem;
	}

	.about-text {
		max-width: 365px;
		margin: 0 auto;
		padding: 20px;
		overflow-wrap: break-word;
		line-height: 1.6;
		font-size: 0.85rem;
		text-align: justify;
	}
	.image-box img {
		width: 100%;
	}

	.logo-section img {
		width: 300px;
	}
	.about-section {
		padding-bottom: 10px;
	}
}
@media (min-width: 577px) and (max-width: 1024px) {
	.about-text {
		max-width: 784px;
		margin: 0 auto;
		padding: 20px;
		overflow-wrap: break-word;
		line-height: 1.6;
		font-size: 0.85rem;
		text-align: justify;
	}
}
@media (min-width: 768px) {
	.image-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.dr-about-text {
	margin-top: 35px;
}
.dr-about-text p {
	font-size: 18px;
	font-weight: 300;
}
.about-section-2{
    max-width: 1200px;
    margin: auto;
    padding-bottom: 50px;   
}
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
	.dr-ncnt {
		padding: 0 20px !important;
	}
	.dr-about-text {
    margin-top: 15px;
    }
    .dr-about-text p {
    font-size: 16px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}
