/* #################### Defaults Start #################### */
.grill-callout-6 .content
{
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.7);
    color: #333;
    font-weight: bold;
}

.grill-callout-6 .btn-primary
{
    background-color: #ED8801;
    color: #FFF;
}

.grill-callout-6 .btn-primary:hover
{
    background-color: #d47901;
}
/* #################### Defaults End #################### */

.grill-callout-6
{
    padding-top: 30px;
}

.grill-callout-6 .content
{
    font-size: 32px;
    padding: 10px;
}


.grill-callout-6 .btn-primary
{
    border: none;
    border-radius: 0;
    margin-top: 10px;
    transition: .3s background;
}


.grill-callout-6 .callout-6-img
{
    max-width: 100%;
    margin: 30px 0;
}

@media (min-width: 992px)
{
    .grill-callout-6
    {
        padding-top: 0;
    }
    
    .grill-callout-6 .callout-6-img
    {
        margin: 0;
    }
}