<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.data_type__title{
    color: #007934;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 0 40px 0;
    padding: 0 0 0 60px;
    position: relative;
}

.data_type__title:before {
    content: "";
    height: 50px;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 40px;
    z-index: 2;
}

.data_type__title.energia:before {
    background: url('https://cu.epm.com.co/Portals/institucional/Skins/institucional/img/Proyectos-energia.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.data_type__title.gas:before {
    background: url('https://cu.epm.com.co/Portals/institucional/Skins/institucional/img/proyectos-gas.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.data_type__title.acueducto-y-alcantarillado:before {
    background: url('https://cu.epm.com.co/Portals/institucional/Skins/institucional/img/Proyectos-acueducto-alcantarillado.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.data_image {
    margin: 0 0 50px 0;
}

.data_img {
    border-radius: 25px;
}

.data_title{
    color: #007934;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.data_info {
    margin: 0 0 25px 0;
}

.data_info__title,
.data_info h4{
    color: #007934;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    margin: 0 0 18px 0;
}

.data_info__text, 
.data_info__text div, 
.data_info__text p, 
.data_info__text ul li {
    color: #8B8D8E;
    line-height: 21px;
}

.data_info ul li {
    position: relative;
    padding: 0 0 0 20px;
}

.data_info ul li:before {
    content: "";
    background: #8B8D8E;
    border-radius: 50%;
    height: 5px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 5px;
}

@media(min-width: 768px){
    
    .data_content {
        column-count: 2;
        column-gap: 60px;
    }
    
    .data_type__title{
        font-size: 26px;
        margin: 0 0 40px 0;
        padding: 0 0 0 75px;
    }
    
    .data_type__title:before {
        height: 65px;
        width: 55px;
    }
    
    .data_title{
        font-size: 25px;
    }
}</pre></body></html>