.milestone-info {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 25px;
    transition: 0.3s ease-in all;
    height: 100%;
}

.milestone-info:hover {
    background: #EC1F25 !important;
    color: #fff;
}
.year , .number {
    position: absolute;
    top: 15px;
    left: 53%;
    transform: translateX(-53%);
    font-size: 14px;
    color: #fff;
}

.number {
    top: unset;
    bottom: 18px;
    color: #000;
    font-weight: 700;
}


@media (max-width:1024px){
	.year, .number {
    left: 54%;
}
}

@media (max-width:768px){
	.year, .number {
    left: 55%;
}
}