.margin-bottom-md{
	margin-bottom: unset !important;
}

#donate-steps{
display: flex;
gap: 10px;
justify-content: space-between;
max-width: 75%;
margin: 0 auto;
transform: scale(0.8);
}

.donate-steps-card{
flex: 1;
border: solid 2px #F0AB00;
padding: 10px 25px;
}
.donate-title{
	font-size: 45px;
	font-weight: 600;
}

@media (max-width: 960px){
#donate-steps{
max-width: 100%;
display: block;
margin: 0px 25px;
}	
.donate-steps-card{
	margin: 25px 0px;
}
}