.site-content{
    margin: 0 auto;
    background: #fff;
}
.site-main.single-programas-y-proyecto{
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.intro{
    background: #DEDEDE;
    padding: 40px 0;
}
.intro-content{
    max-width: 1920px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.intro-content h2{
    width: 60%;
    text-align: left;
    color: #FF3B94;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 0 50px;
    margin: 0;
    text-transform: uppercase;
}
.content-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.intro-description{
    width: 40%;
    text-align: left;
    color: #2c3847;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 0 50px;
    margin: 0;
}
.content-programas-y-proyectos{
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 50px;
}
.content-programas-y-proyectos .btn-volver-programas-y-proyectos{
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 10px;
    font-weight: 700;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

@media (max-width: 768px) {
    .intro-content{
        flex-direction: column;
    }
    .intro-content h2{
        width: 100%;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .intro-description{
        width: 100%;
        padding: 0 20px;
    }
    .content-programas-y-proyectos{
        padding: 30px 20px;
    }
    .content-header{
        flex-direction: column;
    }
    .content-header .btn-volver-programas-y-proyectos{
        display: none;
    }
}
