.ge-section-title {
    font-size: 1.5rem;
}

.usos-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.usos-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.tipos-list {
    margin-top: 15px;
    padding-left: 0;
}

.tipos-list__item {
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 3px solid #333;
}

.tipos-list dt {
    font-weight: bold;
    color: #222;
    margin-bottom: 4px;
}

.tipos-list dd {
    margin: 0;
    line-height: 1.5;
    color: #444;
}

.usos-list li::before {
    content: "";
    width: 6px;
    height: 11px;
    border: 2px solid #2e7d32;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 2px;
}
