.decade-highlight-points ul {
    padding-left: 20px;
}
.locationsrow ul {
    margin-left: 10rem;
    margin-top: 0;
}
.decade-highlight-points ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.decade-highlight-points ul > li {
    display: list-item;
    list-style: unset;
}
.locationsrow li {
    /* height: 80px; */
    position: relative;
    margin: 0 !important;
}
.locationsrow li::marker {
    color: transparent;
}
.locationsrow li::after {
    content: "";
    background-color: #002f65;
    position: absolute;
    left: -39px;
    top: 20%;
    bottom: 0;
    color: #000;
    height: 25px;
    width: 25px;
    border-radius: 50px;
}
@media only screen and (max-width: 768px) {
    .locationsrow ul {
        margin-left: 0rem;
    }
	.decade-highlight-points ul {
    padding-left: 45px;
}
	    .decade-highlight-points ul > li:not(:last-child) {
        margin-bottom: 10px !important;
    }
	.timeline-navs {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
        gap: 122px;
        overflow-x: auto;
    }
}

