#PageMain,
#PageFooter {
 margin-top: 0;
}

/* NUMBER CIRCLE */
.circle {
border-radius: 50%;
width: 75px;
height: 75px;
background: #fff;
border: 3px solid #fac70c;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
color: #000;
text-align: center;
font-family: sans-serif;
font-weight: 700;
font-size: 34px;
}

.circle.blue {
border: 3px solid #004b97;
}

