.milestones {
    width: 100%;
    margin-top: 102px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.elements_title {
    font-size: 24px;
    font-weight: 500;
    color: #1a1a1a;
    position: relative;
}


.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;
}


.milestone {
    width: 100%;
    padding-top: 36px;
}


.text-center {
    text-align: center!important;
    margin-top: 5px;
}



.milestone_counter {
    font-size: 36px;
    font-weight: 500;
    color: #ffb606;
    line-height: 1;
    margin-top: 10px;
}


.milestone_text {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 3px;
}



.milestone_icon {
    display: inline-block;
    width: 70px;
    height: 70px;
}


.milestone_icon img {
    width: 100%;
}