.field-entry:first-of-type .field-value {
    font-size: 1.1em;
    line-height: 1.4;
    color: #565656;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

aside {
    border-left: 30px solid #eadbd4;
    padding-left: 40px !important;
}

.proloco-icon {
    background-repeat: no-repeat;
    background-size: 110px;
}

.proloco-icon.beer {
    background-image: url('../images/icons/beer-icon.png');
    background-position-x: right;
    background-position-y: 20px;
}

.proloco-icon.uga {
    background-image: url('../images/icons/uga-icon.png');
    background-position-x: right;
    background-position-y: bottom;
}

.proloco-icon.sagra {
    background-size: 200px;
    background-image: url('../images/icons/sagra-icon.png');
    background-position-x: right;
    background-position-y: bottom;
}