* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background: #f7fffa;
	font-family: "inter";
}
.allcontentabout {
	padding: 6%;
}
.missionDot,
.vissionDot {
	background: #09a182;
	height: 64px;
	width: 24px;
	margin-right: 20px;
}
.mission,
.vission {
	display: flex;
	line-height: 26px;
}

.mission h1,
.vission h1 {
	margin-bottom: 10px;
}
.vission {
	margin-top: 40px;
}
.mission {
	margin-bottom: 40px;
}

.stractureimage {
	width: 100%;
	height: auto;
	padding: 20px;
}

.stractureimage img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.allcontentabout {
	padding: 20px 6%;
}

.aboutaboutleft {
	width: 100%;
	height: auto;
}

.aboutaboutleft img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.header {
	text-align: center;
	color: #727272;
	margin: 40px 0;
}
.missionRight {
	height: auto;
	width: 100%;
}

.missionRight img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.aboutaboutSection,
.missionandVission {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 20px;
	color: #727272;
	margin-bottom: 40px;
	margin-top: 120px;
}

.aboutaboutSection h1 {
	margin-bottom: 20px;
}

.aboutaboutSection p {
	line-height: 30px;
}
.tasoStracture {
	color: #727272;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
}
