.about-content-wrap {
	display: flex;
	flex-wrap: wrap;

	& .about-cnt-left {
		width: 1030px
	}

	& .about-cnt-right {
		width: calc(100% - 1030px);
		padding-left: 110px;
		margin: auto 0;
	}

	& .about-cnt-right p+.alink {
		margin-top: 30px;
	}
}

.keyfeature-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -15px;

	& .keyfeature-li {
		width: 25%;
		padding: 0 15px;
	}

	& .keyfeature-box {
		border-radius: 10px;
		background-color: var(--light-golden);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 24px 15px;
		height: 100%;
	}

	& .kf-icon {
		width: 40px;

		& img {
			margin-left: auto;
		}
	}

	& .kf-info {
		font-size: 18px;
		color: var(--paragraph);
		font-weight: 600;
		line-height: 1.02;
		width: calc(100% - 40px);
		padding-left: 22px;
		max-width: 200px;
	}
}

.three-block-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -120px;

	& .three-block-list {
		width: 33.33%;
		padding: 0 120px;
	}

	& .three-block-list:not(:last-child) {
		border-right: 1px solid #DADADA;
	}

	& .thbl-box {
		text-align: center;
	}

	& .thbl-info {
		color: var(--paragraph);
		font-size: 16px;
		line-height: 28px;
	}

	& .thbl-title {
		color: var(--darkblue);
		font-size: 28px;
		line-height: 1.22;
		margin-bottom: 14px;
		font-weight: bold;
		font-family: var(--heading);
	}
}

.sec-belief {
	background-color: var(--white);
}

ul.belief-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;

	& li {
		padding: 0 15px;
		width: 25%;
		margin-bottom: 0;
	}

	& .belief-li,
	& .belief-img,
	& .belief-img img {
		border-radius: 10px;
	}

	& .belief-img {
		border-radius: 10px;
	}

	& .belief-content {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(40 41 48 / 50%);
		border-radius: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		padding: 80px;

		& .bc-title {
			color: var(--white);
			font-size: 26px;
			font-weight: bold;
			font-family: var(--heading);
			margin-bottom: 20px;
			line-height: 1;
		}

		& .bc-content {
			color: var(--white);
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
			text-transform: capitalize;
		}
	}

	& .belief-li {
		position: relative;
	}
}


/*--------- media query --------*/

@media screen and (max-width: 1699.98px) {
	.about-content-wrap {
		& .about-cnt-left {
			width: 800px;
		}

		& .about-cnt-right {
			width: calc(100% - 800px);
			padding-left: 60px;
			margin: auto 0;
		}
	}

	.keyfeature-ul {
		margin: 0 -8px;

		& .keyfeature-li {
			width: 25%;
			padding: 0 8px;
		}
	}

	 ul.belief-ul {
		margin: 0 -8px;

		& .belief-content {
			padding: 40px;
		}

		& li {
			padding: 0 8px;
		}
	}

}

@media screen and (max-width: 1439.98px) {
	.about-content-wrap {
		& .about-cnt-left {
			width: 600px;
		}

		& .about-cnt-right {
			width: calc(100% - 600px);
			padding-left: 40px;
			margin: auto 0;
		}
	}

	.keyfeature-ul {
		& .keyfeature-box {
			padding: 20px 15px;
		}

		& .kf-info {
			width: calc(100% - 40px);
			padding-left: 14px;

		}
	}

	.three-block-wrap {
		margin: 0 -60px;

		& .three-block-list {
			width: 33.33%;
			padding: 0 60px;
		}

		& .thbl-title {
			font-size: 22px;
		}
	}

 	ul.belief-ul {
		margin: 0 -6px;

		& .belief-content {
			padding: 20px;

			& .bc-content {
				font-size: 14px;
				line-height: 20px;
			}

			& .bc-title {
				margin-bottom: 12px;
				font-size: 22px;
			}
		}

		& li {
			padding: 0 6px;
		}
	}

}

@media screen and (max-width: 1199.98px) {
	.about-content-wrap {
		& .about-cnt-left {
			width: 480px;
		}

		& .about-cnt-right {
			width: calc(100% - 480px);
			padding-left: 30px;
			margin: auto 0;
		}
	}

	.three-block-wrap {
		margin: 0 -30px;

		& .three-block-list {
			padding: 0 30px;
		}
	}

	 ul.belief-ul {
		row-gap: 12px;
		max-width: 800px;
		margin: 0 auto;

		& li {
			width: 50%;
		}
	}
}

@media screen and (max-width: 991.98px) {

	.about-content-wrap {
		& .about-cnt-left {
			width: 100%;
			margin-bottom: 20px;
		}

		& .about-cnt-right {
			width: 100%;
			padding-left: 0px;
			margin: auto 0;
		}

		& .about-cnt-right p+.alink {
			margin-top: 20px;
		}
	}

	.keyfeature-ul {
		row-gap: 16px;

		& .keyfeature-li {
			width: 50%;
			padding: 0 8px;
		}
	}

	.three-block-wrap {
		margin: 0 -15px;

		& .three-block-list {
			padding: 0 15px;
		}

		& .thbl-title {
			font-size: 18px;
			line-height: 1.14;
			margin-bottom: 12px;
		}

		& .thbl-info {
			line-height: 26px;
		}
	}

}

@media screen and (max-width: 767.98px) {
	.three-block-wrap {
		gap: 12px;
		margin: 0;

		& .three-block-list {
			width: calc(50% - 6px);
			border: 1px solid #DADADA;
			margin: 0;
			padding: 0;
		}

		& .thbl-box {
			padding: 20px;
		}
	}
}

@media screen and (max-width: 575.98px) {
	.keyfeature-ul {
		row-gap: 8px;

		& .keyfeature-li {
			width: 50%;
			padding: 0 4px;
		}

		& .keyfeature-box {
			padding: 15px;
			text-align: center;
		}

		& .kf-icon {
			margin-bottom: 10px;
		}

		& .kf-info {
			width: 100%;
			padding-left: 0;
			font-size: 16px;
		}
	}

 .three-block-wrap {
		gap: 0px;
		row-gap: 15px;
		margin: 0;

		& .three-block-list {
			width: 100%;
			border: 1px solid #DADADA;
		}

	}

	ul.belief-ul {
			row-gap: 4px;
			& li {
				 padding: 0 2px;
			}
			& .belief-img>img {
					height: 220px;
					object-fit: cover;
					object-position: center center;
			}
			& .belief-content {
				padding: 10px;

				& .bc-title {
					margin-bottom:10px;
					line-height:1.01;
					font-size:18px;
				}

				& .bc-content {
					font-size: 14px;
					line-height: 16px;
				}
			}
	}

}