.cicero-bakery-icon, .cicero-bakery-icon.vc_element-icon, .cicero-bakery-icon .vc_element-icon, .wpb-layout-element-button[data-element=cicero-bakery-icon] .vc_element-icon {
    background: url(../img/icon.png);
    background-size: cover;
}

.title-with-line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    display: inline-flex;
}

.title-with-line .line {
    width: 100%;
    height: 2px;
    background-color: #AF2127;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}