label.accord::before {
	border: 1px solid #008581;
}
.winners-wrap {
	padding: 0.5rem 1rem;
	border: 1px solid;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	min-height: 45rem;
	justify-content: space-between;
	
	font-size: 1.5rem;
	font-weight: 500;
}
.winners-wrap-people {
	font-size: 1.25rem;
    display: flex;
    gap: 1rem;
}
.winners-wrap-people .image img {
    border-radius: 50%;
    min-width: 7rem;
}
.btn.btn-main {
    justify-content: center;
    padding: 0.5rem;
}

@media (max-width: 1200px) {
	.winners-wrap {
		min-height: 0;
	}
}