/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2026 | 12:03:41 */
.iso-certs-link{
	display: flex !important;
	align-items: center;
	gap: 30px;
}

.iso-certs-link a{
	display: flex;
    align-items: center;
	justify-content: center;
	font-size: 18px;
	gap:5px;
}

.iso_cert-logos{
	display: flex;
	align-items: center;
	justify-content: center;
}

.iso_cert-logos img{
	width: 230px;
	max-width: 100%;
}

.iso_certs_section{
	display: flex;
    align-items:center;
    justify-content: center;
	text-align: center;
	padding-bottom: 60px;
}

.iso_certs_section h3{
	color: #002783;
	padding-bottom: 36px;
	font-weight: 600;
        line-height: 36px;
}