.grill-callout-14 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.grill-callout-15 a:not(.btn),
.grill-callout-15 a:not(.btn):hover {
    color: inherit;
}


.grill-callout-14 img {
    max-width: 100%;
}

.grill-callout-14 .btn-primary {
    border: none;
    border-radius: 0;
}

.grill-callout-14 [class*="col-"] {
    text-align: center;
}

.grill-callout-14 [class*="col-"]:last-child {
    padding-top: 40px;
}
    
@media (min-width: 768px) {
    .grill-callout-14 [class*="col-"]:first-child {
        text-align: left;
    }
    
    .grill-callout-14 [class*="col-"]:last-child {
        text-align: right;
        padding-top: 0;
    }
}