a.button.pink{
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 600;
    width: 20%;
    margin-top: 30px;
}
.post h2:not(.marked-title):before{
    display: none !important;
}
.subtitulo{
    text-align:start !important;
}
.imagen-portada{

}
@media(min-width: 768px){
    #container #content .title{
        margin-top: 80px !important;
    }
    .post h2 {
        margin-top: 55px !important;
    }
}
@media(max-width: 768px){
    a.button.pink {
        font-family: "Playfair Display", serif;
        font-size: 16px;
        font-weight: 600;
        width: fit-content;
        padding: 15px;
        margin-top: 30px;
    }
}
@media(max-width: 768px){
    .post img{
        height: 100% !important;
        width: 100% !important;
    }
}
