@charset "utf-8";
/* CSS Document */
/*------
Meet Our team
-----*/
/*Production and R&D team*/
#certificate h2{ text-align:center; color:var(--web-theme-color-blue);}
#certificate .grid{grid-template-columns:repeat(3,1fr);grid-gap:4rem 0; margin-top:6rem;}
.certificate-content p{ padding-top:1.6rem; text-align:center;}
@media screen and (max-width: 1023px) {
#certificate .grid{grid-template-columns:repeat(2,1fr);grid-gap:2rem; margin-top:4rem;}
}
