/* استایل صفحه درباره ما */

.title-about {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	padding-top: 30px;
}

.img-user-about {
	width: 677px;
	margin-top: -100px;
}

.text-box-aboutus {
	float: right;
	width: 100%;
	padding-left: 80px;
}

.main-form-complaint {
}

.main-form-complaint .header-aboutus {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 2rem;
	margin-bottom: 4rem;
}
.header-aboutus .text-box-aboutus {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.main-form-complaint .header-aboutus h2 {
}
.main-form-complaint .header-aboutus p {
	font-size: 16px;
	line-height: 36px;
	color: #454545;
}
.main-form-complaint .header-aboutus img {
}
.main-form-complaint .header-aboutus .img-user-about {
}
.doctor-lab {
	display: flex;
	justify-content: space-between;
}
.doctor-lab .introduce-doctor {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.doctor-lab .introduce-doctor h2 {
}
.doctor-lab .introduce-doctor p {
	font-size: 16px;
	color: #454545;
}
.doctor-lab .img-doctor {
}
.doctor-lab .img-doctor img {
}

@media screen and (max-width: 576px) {
	.main-form-complaint .header-aboutus {
		width: 90%;
		padding: 1rem;
	}
	.header-aboutus .text-box-aboutus {
		gap: 1rem;
		padding-left: 0px;
	}
}

@media screen and (max-width: 430px) {
	.main-form-complaint .header-aboutus {
		margin-top: 20px;
	}
}
