.trusted_partner .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;

}
.trusted_partner .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;
}
.trusted_partner .Page_title::after {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background-color: #68FC96;
	margin: 16px auto 0;
	border-radius: 2px;
}

.trusted_partner {
	padding: 80px 0;
}
.rowPartners {
    max-width: 994px;
    display: flex;
    align-items: start;
    justify-content: start;
    row-gap: 20px;
    flex-wrap: wrap;
    margin: 40px auto 0 auto;
}
.columnPartners h3 , .columnPartners a {
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #232D39;
	margin: 0 !important;
	position: relative;
}

.columnPartners h3 a {
	color: #68FC96 !important;
}
.columnPartners h3 a:hover {
	text-decoration: underline;
}
.columnPartners {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 46%;
    max-width: 46%;
}


@media (max-width: 767px) {
	.columnPartners h3, .columnPartners a {
		line-height: 1.2 !important;
	}
	.trusted_partner {
		padding: 50px 0;
	}
	.rowExperiance {
		flex-direction: column;
	}
	 .columnPartners {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.rowPartners {
		row-gap: 25px;
		margin-top: 25px !important;
	}

}
