@charset "UTF-8";

.list-3 {
    list-style-type: none;
}

.list-3 li {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: .3em;
}

.list-3 li::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #622d18;
    border-left: 2px solid #622d18;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}