/**
 * Milestone
 */
.vii-milestone__item:not(:last-child) {border-bottom:1px solid #bfbfbf; padding-bottom:55px; margin-bottom:55px;}
.vii-milestone__item-col.left {width:50%; padding-right:20px;}
.vii-milestone__item-col.right {width:50%;}
.vii-milestone__item-year {
    font-size:70px; font-family: 'Barlow Condensed', sans-serif; font-weight:600; line-height:1;
    margin-bottom:10px;
}
.vii-milestone__item-text {letter-spacing:2px;}
.vii-milestone__item-content {font-weight:400;}

@media only screen and (max-width:1280px){
    .vii-milestone__item:not(:last-child) {padding-bottom:45px; margin-bottom:45px;}
    .vii-milestone__item-year {font-size:55px;}
}
@media only screen and (max-width:1024px){
    .vii-milestone {max-width:768px; margin-left:auto; margin-right:auto;}
    .vii-milestone__item-col.left {width:45%;}
    .vii-milestone__item-col.right {width:55%;}
    .vii-milestone__item:not(:last-child) {padding-bottom:30px; margin-bottom:30px;}
    .vii-milestone__item-year {font-size:40px;}
}
@media only screen and (max-width:767px){
    .vii-milestone__item-col.left {width:100%; padding-right:0;}
    .vii-milestone__item-col.right {width:100%;}
    .vii-milestone__item-year {font-size:36px;}
    .vii-milestone__item-text {margin-bottom:15px;}
}