.callout-1 {
    padding: 45px 0 100px;
}
.callout-1 figure {
    max-width: 590px;
    margin: 0 auto 20px;
}
.callout-1 h3 {
    font-size: 27px;
}
.callout-1 p {
    font-size: 15px;
}
.callout-1 p.fecha {
    font-size: 14px;
}
.callout-2 {
    padding: 30px 0 100px;
}
.callout-2 .retor {
    font-size: 15px;
    color: var(--color3);
}
.callout-2 .retor:hover {
    text-decoration: underline;
}
.callout-2 h3 {
    font-size: 27px;
}
.callout-2 blockquote {
    font-size: 24px;
}
.callout-2 .detalle > p {
    padding-bottom: 20px;
}
.callout-2 .detalle > h4 {
    font-size: 20px;
}
.callout-2 .detalle > ul {
    list-style: disc;
    padding-left: 20px;
}