.stage-card {
	/*color: white; not AAA*/
	color: black;
}

.stage-card:not(.modal) button {
	display: none;
}



.stage-card.modal {
	width: 850px;
	height: 630px;
	border-radius: 30px;
    border: 4px solid black;
    top: calc(1234px / 2 - 850px / 2);
    left: calc((924px - 630px) / 2);
    padding: 135px 180px;
}

.stage-card.modal h3 {
	font-size: 32px;
}

.stage-card.modal p {
	font-size: 28px;
}

.stage-card button {
	/*background: linear-gradient(0deg, rgba(169,165,168, 0.4), rgb(201,204,207, 0.4));*/
	background: linear-gradient(to top, rgb(115, 175, 235) 0%, rgb(194, 223, 253) 97%, rgb(195, 225, 254) 100%);
	padding: 4px 7px;
	border-radius: 7px;
	font-size: 19px;
}

.stage-card.modal button {
	position: absolute;
    top: 530px;
    left: 610px;
}

.stage-card h3 {
	text-align: left;
	font-weight: normal;
}

.stage-card button {
	text-transform: capitalize;
}

#stage-section {
	padding: 5px;
}


#stage-section .stage-card {
	display: block;
	padding: 40px 45px ;
	border: 4px solid rgb(0,102,255);
	border-radius: 14px;
	width: 100%;
}

.stage-card h3 {
	margin-bottom: 47px;
}

