/* About Area Styles */
.st-about-area {
	padding: 50px 0;
}

.st__about__thumb img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.st__about__wrap {
	padding: 20px;
	text-align: left;
}

.st__about__wrap .st__section__title h1 {
	font-size: 24px;
	line-height: 1.3;
}

/* Mobile Specific Adjustments */
@media (max-width: 768px) {
	.st-about-area {
		padding: 30px 15px;
	}

	.st__about__thumb {
		text-align: center;
		margin-bottom: 20px;
	}

	.st__about__thumb img {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
	}

	.st__about__wrap {
		text-align: center;
		padding-top: 20px;
	}

	.st__about__wrap .st__section__title h5 {
		font-size: 18px;
	}

	.st__about__wrap .st__section__title h1 {
		font-size: 20px;
	}

	.st__about__wrap .st__section__title p {
		font-size: 16px;
	}

	.st__about__btn {
		margin-top: 30px;
	}

	.st-about-area .row {
		flex-direction: column;
		align-items: center;
	}

	/* Logo Image in About Section */
	.st__about__wrap .text-center img {
		width: 100%;
		max-width: 250px;
		height: auto;
		margin: 0 auto; /* Centering */
	}
}
