.box-design-1 {
    background: #000;
    border-radius: 75px;
}


.dot-primary {
    font-family: "Pill bold";
    font-size: 70px;
    padding: 0;
    margin: 0;
    color: #ebe717;
}

.dot-white {
    font-family: "Pill bold";
    font-size: 70px;
    padding: 0;
    margin: 0;
    color: #fff;
}

.dot-black {
    font-family: "Pill bold";
    font-size: 70px;
    padding: 0;
    margin: 0;
    color: #000;
}

.text-default {
    color: #ebe717;
}

section.footer-end {
    font-size: 15px;
    color: #fff;
    font-family: Pill regular;
}
section.footer-end a:hover {
    color: #ebe717;
}

.one-bullet-list li:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 4px;
    margin-right: 1em;
    border-radius: 50em;
    background-color: #ebe717;
    position: relative;
    top: -2px;
}

.one-bullet-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding: 12px 0;
}
