.maincontent {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        border: none;
    }

.intro-cert-global {
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #00000026;
	padding: 10px 0px;
	text-align: center;
}

    .intro-cert-global .main-wrapper {
        align-items: center;
    }

    .cert-logo-wrapper {
display: flex;
gap: 10px;
align-items: center;
justify-content: space-around;
}

    .cert-logo {
        text-align: center;
width: 50%;
    }


    .cert-logo img {
        max-width: 135px;
        width: 100%;
        height: auto;
    }


.cert-global {
	background: #f0f0f0;
	padding-block: 5px;
text-align: center;
}

.cert-global .h2-heading {
color: #000;
}