.certificates-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px;
  }

  .certificate-category {
	margin: 10px;
	width: 200px;
	cursor: pointer;
  }

  .certificate-category img {
	width: 100%;
	height: auto;
  }

  .certificate-list {
	display: none;
	flex-direction: column;
	margin-top: 10px;
  }

.btn-click{
	margin-top: 10px;
	width:200px;
	background-color: #316ccd;
	border-radius: 8px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

.certificate-list ul li{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

.certificate-list ul li:hover{
	color:#274473;
	font-weight: bold;
}