/* Scoped Milestones styles to avoid global layout overrides */

.milestones
{
    width: 100%;
    margin-top: 102px;
}
.milestones_container
{
    width: 100%;
    padding-top: 118px;
    padding-bottom: 107px;
    margin-top: 108px;
    position: relative;
}
.milestones_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    z-index: 0;
}
.milestone
{
    width: 100%;
    position: relative;
    z-index: 1;
}
.milestone_icon
{
    display: inline-block;
    width: 70px;
    height: 70px;
}
.milestone_icon img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.milestone_counter
{
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    color: #ffb606;
    line-height: 1;
    margin-top: 0px;
    margin-left: 10px;
}
.milestone_text
{
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
}
