.imagen-programa{
    width: 80%;
    height: 30%;
    margin: 10px;
}

.texto-programa p{
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
    font-family:sans-serif;
    font-size: 15px;
}

#programacion{
        margin-bottom: 50px;
    }

@media (min-width:1064px){
    
    .imagen-programa{
        width: 60%;
        height: auto;
    }
    
    .texto-programa p{
        font-size: 20px;
    }
    
    .program-list{
        font-size: 20px;
    }
}