.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.list {
    list-style: none;
    padding-left: 0;
}

.list li {
    position: relative;
    padding-left: 1.5em;
}

.list li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #d6a002;
}
