#chartdiv {
    width: 100%;
    height: 500px;
}

.milestone-card {
    transition: all 0.3s ease;
}

.milestone-card:hover {
    transform: scale(1.02);
    border-color: var(--primary);
}

.lazy-img-container picture {
    border-radius: 1.875rem;
}

.fa-globe:before {
    content: "\f0ac"
}


.fa-handshake:before {
    content: "\f2b5"
}

.fa-star:before {
    content: "\f005"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-universal-access:before {
    content: "\f29a"
}
