.callout-1 {
    padding: 80px 0 100px;
}
.callout-1 h3 {
    font-size: 30px;
}
.callout-1 .comunicacion {
    margin-bottom: 20px;
}
.callout-1 .comunicacion > div:first-child {
    width: 75px;
    font-size: 30px;
    color: var(--color2);
    text-align: center;
}
.callout-1 .comunicacion > div:last-child {
    width: calc(100% - 75px);
    border-bottom: 1px solid var(--color3);
    padding-bottom: 20px;
}
.callout-1 .comunicacion > div.fin {
    border-bottom: 0;
}
.callout-1 .comunicacion > div:last-child span {
    line-height: 30px;
    font-size: 20px;
    color: var(--color3);
}
.callout-1 .formulario {
    margin: 0;
}
.callout-1 .formulario .d-flex fieldset {
    width: 341px;
}
@media screen and (max-width: 768px){
    .callout-1 {
        padding: 40px 0 100px;
    }
}