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

.custom-list li {
    position: relative;
    padding-left: 32px;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 16px;
    height: 16px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1.6665 4.94639L3.39292 6.6728C3.67069 6.95058 3.80958 7.08947 3.98217 7.08947C4.15476 7.08947 4.29365 6.95058 4.57143 6.6728L8.33358 2.91064' stroke='%23007A5B' stroke-linecap='round'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;

    background-color: #B0D3C7;
    border-radius: 999px;
}

.reduce{
    font-size: 14px;
}