.fancybox-inner {
    overflow: hidden !important;
}

.card-blk-benefits {
    padding: 1em 2em 0em 2em !important;
    line-height: 110%;
}

.intro-red-button-group {
    float: right;
}

.post-it-red 
{
    width: 95%;
    margin: 0 auto
}

.post-it-red p 
{
    max-width: 800px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: -3em auto 0;
    padding: 1em;
    border: 1px solid rgba(128, 128, 128, .65);
    background: #2DC8D8;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #2DC8D8), color-stop(100%, #2DC8D8));
    background: -webkit-linear-gradient(top, #2DC8D8 0, #2DC8D8 100%);
    background: linear-gradient(to bottom, #2DC8D8 0, #2DC8D8 100%);
}

br {
    line-height: 75%;
}