/** 30 Days money back guarantee **/
.guarantee-container {
    height: 360px;
    background-color: #1c6674;
    color: #fff;
}

.guarantee-left {
    background-color: #195b68;
    width: 34%;
    height: 180px;
    font-size: 29px;
    text-align: center;
    margin-top: 77px;
    padding: 20px 0px;
    display: inline-block;
    vertical-align: top;
}

.guarantee-right {
    display: inline-block;
    width: 62%;
    padding-top: 25px;
    padding-left: 35px;
}

.returns-banner-inner .right .title, .guarantee-right .title {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.returns-banner-inner .right .content, .guarantee-right .content {
    font-size: 28px;
    font-weight: 700;
    margin-top: 5%;
    display: block;
}

.returns-banner-inner .right .byline, .guarantee-right .byline {
    display: block;
    margin-top: 20px;
    font-size: 16px;
}

.quote-author {
    float: right;
}
