.globalReach .subTitle{
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #68FC96;
	margin: 0 !important;
	padding-bottom: 10px;
	text-align: center;

}
.globalReach .Page_title {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: clamp(28px, 2.77778vw, 40px);
	line-height: 100%;
	letter-spacing: 0%;
	color: #232D39;
	text-align: center;
	position: relative;
	margin: 0;
}
.globalReach .Page_title::after {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background-color: #68FC96;
	margin: 16px auto 0;
	border-radius: 2px;
}
.globalReach {
	background: #F2F7F3;
	padding: 80px 0;
}
.rowExperiance{
	margin-top: 40px;
	display: flex;
	align-items: stretch;
	justify-content: start;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 20px;
}
.columnExperiance {
	background: #ffffff;
	border: 1px solid #F0F0F0;
	border-radius: 15px;
	padding: 20px;
	flex: 0 0 45%;
	max-width: 45%;
}

.detailColumnEx {
	display: flex;
	gap: 10px;
	align-items: center;
}
img.logoExp {
    border-radius: 8px;
    background: #F5FAF6;
    padding: 12px 12px;
   
}
.detailColumnEx img {
 width: 24px;
    height: 24px;
    object-fit: contain;
        border-radius: 8px;
    background: #F5FAF6;
    padding: 12px 12px;
}
.titleExpe {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #232D39;
	margin: 0 !important;
}
.contentExpe p , .contentExpe a {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0 !important;
	color: #808080;
	padding-top: 2px;
}
.contentExpe a {
	color: #68FC96 !important;
}

.contentExpe a:hover {
	text-decoration: underline;
}


@media (min-width: 1025px) and (max-width: 1280px) { 
.contentExpe p, .contentExpe a {
    line-height: 1.2;
}
	.columnExperiance  {
		flex: 0 0 43%;
		max-width: 43%;
	}
}
@media (max-width: 767px) {
	.detailColumnEx img{
		flex: 0 0 24px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) { 
.contentExpe p, .contentExpe a {
    line-height: 1.2;
}
	.columnExperiance  {
		flex: 0 0 41%;
		max-width: 41%;
	}
}
@media (max-width: 767px) {
.contentExpe p, .contentExpe a {
    line-height: 1.2;
}
	
	.rowExperiance{
		margin-top: 25px;
	}
	.globalReach {
		backgroud-color: #F2F7F3;
		padding: 50px 0;
	}
	.rowExperiance {
		flex-direction: column;
	}
	.columnExperiance {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.titleExpe {
		font-size: 18px;
	}
	.rowExperiance{
		row-gap: 25px;
	}

}
