:root{
    --bs-heading-color: #464647
}

.dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: #d8cfb9;
    border: 5px solid var(--bs-body-bg);
    margin-left: -1px;
}

.icon-display-mobile{
    font-size: 5rem;
    padding: 0;
    margin: 0;
}