.esg10-button-row {
	padding-top: 30px;
}

.esg10-button-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
}

	.esg10-button-list a {
		flex: 1;
		display: flex;
		justify-content: center;
	}

	.esg10-button-list img {
		width: 100%;
		max-width: 170px;
		height: auto;
		display: block;
	}
