.presupuesta{
    background: #0E0933;
    padding: 10px 0px
}

.presupuesta h2{
    text-align: center;
    font-weight: 100;
    color: #fff;
}

.presupuesta h3{
    position: relative;
    text-align: center;
    font-weight: 700;
}

.presupuesta a{
    text-decoration: none;
    color: #fff;
}

.presupuesta h3::after, h3::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #69A021;
    top: 11px;
    
}

.presupuesta h3::after{
    transform: translatex(5px);
}

.presupuesta h3::before{
    transform: translatex(-45px);
    
}




