.angie-dv-wrapper-38cd564f {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 2rem 0;
}
@media (min-width: 768px) {
    .angie-dv-wrapper-38cd564f {
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
    }
}
.angie-dv-column-38cd564f {
    position: relative;
}
.angie-dv-title-38cd564f {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}
.angie-dv-title-38cd564f::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #ff5e14;
    transition: width 0.3s ease;
}
.angie-dv-column-38cd564f:hover .angie-dv-title-38cd564f::after {
    width: 100px;
}
.angie-dv-list-38cd564f {
    list-style: none;
    padding: 0;
    margin: 0;
}
.angie-dv-item-38cd564f {
    display: flex;
    align-items: flex-start;
    padding: 1.25rem 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 1.05rem;
    color: #555;
    transition: all 0.3s ease;
}
.angie-dv-item-38cd564f:last-child {
    border-bottom: none;
}
.angie-dv-item-38cd564f:hover {
    color: #111;
    transform: translateX(8px);
}
.angie-dv-icon-38cd564f {
    flex-shrink: 0;
    margin-right: 1.25rem;
    margin-top: 3px;
    color: #ff5e14;
    font-size: 1.2rem;
}
.angie-dv-icon-38cd564f svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}