.application__li {
    position: relative;
    padding-left: 35px;
}
.application__li-icon {
    position: absolute;
    background: #ffee4e;
    color: #262c36;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    top: 5px;
    left: 0;
    font-size: .875rem;
}
.application__li-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #262c36;
    margin-bottom: 0 !important;
}