.league-details{
	width:100%;

}
.league-details .inner{
	width:100%;
	margin: 40px auto 40px;
	max-width: var(--wp--style--global--wide-size);
	padding: 0 calc(40px + 4vw);
}
ul.league-details-list{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.league-details-list li{
	width: calc(50% - 20px);
	padding: 20px;
	background: #fff;
	transition: all ease-in-out 0.4s;
	box-shadow: var(--standard-shadow);
}
ul.league-details-list li:hover{
	background: var(--default-colour2);
}
ul.league-details-list li h3{
	margin-top: 0;
	text-align: center;
	width: 100%;
}
ul.league-details-list li p{
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}
.league-endlogo{
	width: 100%;
	display:flex;
	justify-content: center;
	margin: 40px 0;
}
.league-endlogo img,
.league-endlogo svg{
	max-height: 80px;
	height: auto;
	width: auto;
}