/* #################### Defaults Start #################### */
.grill-callout-8
{
    background-color: #23C8E8;
    color: #FFF;
}
 
.grill-callout-8 .btn-primary
{
    background: transparent;
    border: 1px solid #FFF;
    color: inherit;
}

.grill-callout-8 .btn-primary:hover
{
    background-color: #FFF;
    color: #23C8E8;
} 
/* #################### Defaults End #################### */
.grill-callout-8
{
    padding-top: 70px;
    padding-bottom: 55px;
    text-align: center;
}

.grill-callout-8 a,
.grill-callout-8 a:hover {
    color: inherit;
}

.grill-callout-8 h1
{
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}

.grill-callout-8 .btn-primary
{
    width: 150px;
    margin-right: 10px;
    transition: .3s all;
    margin-bottom: 15px;
}

