.callout-1 {
    padding: 60px 0;
}
.blog {
    max-width: 560px;
    margin: 0 auto 60px;
}
.callout-2 {
    padding: 20px 0 80px;
}
.callout-2 .retor {
    font-size: 14px;
    color: var(--color2);
}
.callout-2 .retor:hover {
    text-decoration: underline;
}
.callout-2 h1 {
    font-size: 28px;
}
.callout-2 .fecha {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.3;
    color: var(--color3);
}
.callout-2 .breve {
    font-size: 20px;
}
.callout-2 .detalle > * {
    padding-bottom: 20px;
}
.callout-2 .detalle h4 {
    font-size: 20px;
    padding-bottom: 5px;
}
.callout-2 .videoY {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}