ul.dates {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.dates li {
    position: relative;
    padding-left: 1.75em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #bdbdbd;
}

ul.dates li::before {
    content: "\f133";
    font-family: "Font Awesome 6 Pro";
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    color: #00AEEF;
}
ul.dates li:last-of-type {
    border-bottom: none !important;
}
@media screen and (min-width: 900px) {
    .item.contact-box {top: 0;}
}