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

.custom-icon-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.custom-icon-image {
    width: 40px;
    /* Ajusta según el tamaño deseado */
    height: 40px;
    margin-right: 15px;
    object-fit: cover;
    /* Asegura que la imagen mantenga proporciones */
}

.custom-icon-text {
    font-size: 16px;
    color: #333;
}