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

.custom-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.custom-list-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}