.icons-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	max-width: 1200px;
	padding: 20px;
}
.icon-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: calc(25% - 40px); /* 20px is the gap */
}
.icon-box img {
	width: 60px;
	height: 60px;
}
.icon-box p {
	margin: 10px 0 0;
	color: #2e67b1;
	font-size: 20px;
font-weight:600;
}

.icons-container-stenum-asia {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 1200px;
	row-gap: 30px;
}
.icons-container-stenum-asia p {
		color: #2e67b1;
font-size: 20px;
font-weight:600;
}
.icon-box-stenum-asia {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: calc(25% - 20px); /* 20px is the gap */
margin-bottom:40px;
}
.icon-box-stenum-asia img {
	width: 60px;
	height: 60px;
}
.icon-box-stenum-asia p {
	margin: 10px 0 0;
	font-size: 20px;
	font-weight: 600;
}

.container-stenum-asia {
	background: #ffffff;
	box-shadow: 0px 3px 6px #0000004a;
	border-radius: 56px;
	max-width: 1200px;
	padding: 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 40px auto;
}
.header-stenum-asia {
	color: #2e67b1;
	font-size: 1.5em;
	margin-bottom: 30px;
	font-weight: 600;
}

.header-stenum-asia-twin {
	color: #2e67b1;
	font-size: 1.5em;
	margin-bottom: 30px;
	font-weight: 600;
	max-width: 700px;
}
.content-stenum-asia {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}
.content-box-stenum-asia {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(50% - 40px);
	margin: 20px;
	text-align: center;
}
.content-box-stenum-asia img {
	width: 80px;
	height: 80px;
}
.content-box-stenum-asia h3 {
	color: #2e67b1;
	margin-bottom: 10px;
}
.content-box-stenum-asia p {
	color: #000;
}

.container-last-stenum-asia {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	background: #ffffff;
	padding: 40px 80px;
	gap: 20px;
}
.text-stenum-asia {
	flex: 1 1 60%;
}
.text-stenum-asia h1 {
	margin: 0;

	color: #009848;
	font-size: 38px;
}
.text-stenum-asia h2 {
	margin: 0;
	color: #2e67b1;
	font-size: 30px;
}
.quote-after-we-can {
	padding: 40px;
	text-align: center;
	margin: 20px auto;
}
.quote-after-we-can h3 {
	margin: 0;
	color: #2e67b1;
	font-size: 22px;
	text-align: center;
}
.quote-after-we-can h4 {
	margin: 0;
	color: #2e67b1;
	font-size: 20px;
	text-align: center;
}
.text-stenum-asia p {
	margin: 0;
	color: #2e67b1;
	font-size: 23px;
	font-weight: 600;
}
.image-stenum-asia {
	flex: 1 1 30%;
	display: flex;
	justify-content: center;
}
.image-stenum-asia img {
	max-width: 220px;
	height: auto;
}

.green-text-container-stenum {
	background: #009848 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000047;
	border-radius: 6px;
	color: white;
	padding: 0px 50px;
margin-bottom:30px;
}

.green-text-container-stenum-h2 {
	font-weight: 600;
	font-size: 18px;
	padding: 10px 0px;
}

.know-more-button-stenum {
	width: 150px;
	border: 1px solid #2e67b1;
	background-color: #2e67b1;
	border-radius: 5px;
	padding: 7px 15px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin: 20px auto 50px;
}
.know-more-button-we-can {
	width: 150px;
	border: 1px solid #2e67b1;
	background-color: #2e67b1;
	border-radius: 5px;
	padding: 7px 15px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin: 20px auto;
}

.container-we-can {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
padding:20px 80px;
}

.box-we-can {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	color: #1e50a0;

	border-radius: 5px;
	text-align: center;
	padding: 20px;
}

.collaboration-we-can picture,
.alliances-we-can picture,
.networks-we-can picture {
	margin-right: 10px;
	max-width: 300px;
}

img {
	max-width: 100%;
	height: auto;
}

.container-we-can-text {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px;

gap:80px;}

.text-section-we-can {
	flex: 1.25;
	padding-right: 20px;
}

.text-section-we-can h2 {
	color: #1e50a0;
	font-size: 28px;
	margin: 0 0 10px 0;
font-weight:600;
}

.text-section-we-can p {
	font-size: 16px;
	color: black;
}

.logo-section-we-can {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logos-web-we-can {
	max-width: 100%;
	height: auto;
	display: block;
}

.logos-mobile-we-can {
	max-width: 100%;
	height: auto;
	display: none;
}


.numbers-our-projects {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 10px 150px;
}

.item-number-our-projects h1,
.item-number-our-projects h6 {
	color: #009848;
	margin-bottom: 0px;
	text-align: center;
}

.item-number-our-projects h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.item-number-our-projects h6 {
	font-size: 20px;
	font-weight: 600;
	padding-top: 0px;
	margin-top: 10px;
}

.heading-our-projects-stenum {
	font-size: 18px;
	color: #009848;
	text-align: left;
	font-weight: bold;
}

.title-stenum {
	font-size: 20px;
	color: #009848;
	font-weight: 600;
}

.stenum-image:hover{
border:8px solid #abf7b1;
}

.heading-our-projects-stenum:hover {
  text-decoration: underline;
  text-decoration-color: #009848; /* Replace 'your-color' with the desired color */
}

@media (max-width: 1024px) {
	.icon-box-stenum-asia {
		width: calc(33.33% - 20px);
	}
	.icon-box {
		width: calc(33.33% - 20px);
	}
}
@media (max-width: 768px) {
	.icon-box-stenum-asia {
		width: calc(50% - 20px);
margin-bottom:10px;
	}
	.icon-box {
		width: calc(50% - 20px);
margin-bottom:10px;
	}

	.content-box-stenum-asia {
		width: 100%;
	}
	.container-stenum-asia {
		margin: 20px;
	}
	.header-stenum-asia {
		margin-bottom: 15px;
	}
	.text-stenum-asia {
		width: 100%;
		flex: 1 1 100%;
	}
	.image-stenum-asia {
		width: 100%;
		flex: 1 1 100%;
	}
	.green-text-container-stenum {
		padding: 0px 10px;
margin-bottom:10px;
	}
	.green-text-container-stenum-h2 {
		font-size: 16px;
		padding: 10px 0px;
	}
	.header-stenum-asia-twin {
		max-width: none;
		margin-bottom: 15px;
	}
	.container-last-stenum-asia {
		padding: 20px;
	}
	.quote-after-we-can {
		padding: 20px;
		margin: 20px auto;
	}

	.container-we-can {
		flex-direction: column;
padding:20px;
	}

	.box-we-can {
		width: 80%;
		margin-bottom: 10px;
		padding: 0px;
	}
	.quote-after-we-can h4 {
		text-align: left;
	}

	.container-we-can-text {
		flex-direction: column;
		text-align: center;
gap:10px;
padding:0px;
	}

	.text-section-we-can {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.text-section-we-can h2 {
		text-align: left;
	}

	.text-section-we-can p {
		text-align: left;
	}

	.logos-web-we-can {
		display: none;
	}

	.logos-mobile-we-can {
		display: block;
	}
	.numbers-our-projects {
		padding: 10px;
		flex-direction: column;
	}
}
