.about-img {
    height: 300px;
}

.milestone-h1 {
    font-size: 64px;
}


.milestone-img {
    height: 610px;
    width: 100%;
}

.mile-h1 {
    font-weight: 100;
}



@media only screen and (max-width:480px) {
    .about-img {
        height: fit-content;
    }

    .milestone-h1 {
        font-size: 44px;
    }

    .milestone-icon {
        height: 60px;
    }
}