#PageMain,
#PageFooter {
 margin-top: 0;
}

.sePageMain .se-fw-section .container-fluid .full-width-block {
 margin-left: 0;
 margin-right: 0;
}


/* NUMBER CIRCLE */
.circle {
border-radius: 50%;
width: 75px;
height: 75px;
background: #fff;
border: 3px solid #f58426c;
display: flex;
justify-content: center;
align-items: center;
margin: 11px 0;
color: #000;
text-align: center;
font-weight: 700;
font-size: 34px;
}

.circle.blue {
border: 3px solid #f58426;
}

