.callout-1 {
    padding: 80px 0 100px;
}
.callout-1 .comunicacion {
    margin-bottom: 30px;
}
.callout-1 .comunicacion > div:first-child {
    width: 60px;
    font-size: 20px;
    color: var(--color1);
    text-align: center;
}
.callout-1 .comunicacion > div:last-child span {
    width: 236px;
    line-height: 30px;
    font-size: 15px;
    color: var(--colorBlanco);
    background-color: var(--color1);
    padding: 0 15px;
    border-radius: 20px;
    margin-bottom: 7px;
}
.callout-1 .formulario {
    background-color: var(--colorPlomo);
    padding: 40px;
    border-radius: 15px;
}
.callout-1 .formulario .d-flex fieldset {
    width: 306px;
}
@media screen and (max-width: 768px){
    .callout-1 {
        padding: 40px 0 100px;
    }
}