/* about-sec Css Starts Here  */
section.about-sec {
	padding-top: 40px;
}
.about-sec h2 {
	text-align: center;
	padding-bottom: 25px;
}
.about-sec .about-img figure img.img-fluid {
	height: 432px;
	object-fit: cover;
	border-radius: 5px;
	width: 100% !important;
}
.about-sec .about-text p {
	font-size: 14px;
	font-family: var(--visby-semibold);
}
.about-sec .about-text p span.about-span {
	font-size: 23px;
	font-family: var(--visby-bold);
}
.about-sec .about-text .about-bottom {
	display: flex;
	align-items: center;
	gap: 6px;
}
.about-sec .about-text .about-bottom .about-sub {
	display: flex;
	align-items: center;
	gap: 9px;
	background-color: var(--btn-background);
	padding: 7px 13px;
	border-radius: 2px;
}
.about-sec .about-text .about-bottom .about-sub span {
	font-size: 11px;
	font-family: var(--visby-semibold);
}
.about-sec .about-text .about-bottom .about-sub h6 {
	font-size: 17px;
	font-family: var(--visby-semibold);
	margin-bottom: 0px;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
	.about-sec .about-text .about-bottom .about-sub span {
		font-size: 10px;
	}
	.about-sec .about-text .about-bottom .about-sub h6 {
		font-size: 13px;
	}
}
/* Laptop Responsive  */

/* Laptop Responsive  */
@media (max-width: 1200px) {
	.about-sec .about-text .about-bottom .about-sub span {
		font-size: 8px;
	}
	.about-sec .about-text .about-bottom .about-sub h6 {
		font-size: 11px;
	}
}
/* Laptop Responsive  */

/* Tablet Responsive  */

@media (max-width: 992px) {
	.about-sec .about-text {
		margin-top: 20px;
	}
}
/* Tablet Responsive  */

/* Tablet Responsive  */

@media (max-width: 768px) {
	.about-sec .about-text {
		margin-top: 20px;
	}
}
/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
	.about-sec .about-text {
		margin-top: 20px;
	}
	.about-sec .about-text .about-bottom {
		display: block;
	}
	.about-sec .about-text .about-bottom .about-sub {
		margin-bottom: 15px;
	}
	.about-sec .about-text .about-bottom .about-sub span {
		font-size: 10px;
	}
	.about-sec .about-text .about-bottom .about-sub h6 {
		font-size: 14px;
	}
	.about-sec .about-img figure img.img-fluid {
		height: unset;
		object-fit: unset;
		width: 100% !important;
	}
}

/* about-sec Css Ends Here  */

/* our-mission Css Starts Here */
section.our-mission {
	padding: 115px 0px;
}
.our-mission .ourmission-text h2 {
	font-size: 48px;
	text-align: center;
}
.our-mission .ourmission-text {
	text-align: center;
	margin: auto;
	width: 90%;
	padding-top: 15px;
}
.our-mission .ourmission-text p {
	font-size: 14px;
}

/* Mobile Responsive  */
@media (max-width: 575px) {
	section.our-mission {
		padding: 50px 0px;
	}
}
/* Mobile Responsive  */
/* our-mission Css Ends Here */
