main>article.certification{
	>section{
		>section{
			>p{
				text-align:center;
				max-width:1000px;
				margin:auto;
			}
			ul{
				li{
					&:first-child,
					&:last-child{
						img{
							max-height:132px;
							max-width:250px;
							object-fit:contain;
						}
					}
					&::before{
						display:none !important;
					}
					img{
						max-height:132px;
						max-width:132px;
					}
					text-align:center;
					font-size:120% !important;
					padding-left:0 !important;
					margin-bottom:0 !important;
					display:flex;
					flex-wrap:wrap;
					gap:1em;
					justify-content:space-evenly;
					justify-items:stretch;
				}
				display:grid;
				gap:2em;
				grid-template-columns:1fr 1fr 1fr 1fr;
				list-style:none;
			}
		}
	}
}
@media(max-width:850px){
	main>article.certification{
		>section{
			>section{
				ul{
					li{
						display:block;
						strong{
							display:block;
							margin:1em 0 0 1em;
						}
						img{
							display:inline-block;
							max-width:100px;
						}
					}
					display:block;
				}
			}
		}
	}
}