.tagline {
    color: #efefef;
    font-size: 10vw;
    line-height: 12vw;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 100px 20px 10px 20px;
}
.intro {
    background-color: rgba(0,0,0,0.65);
    padding: 20px;
    font-size: 0.85em;
}
.intro p {
    margin-bottom:20px;
    text-align: left;
}
.intro .btn-brand-1st {
    text-transform: capitalize;
    font-size: 13px;
}
.persuasive {
    background-color: rgba(0,0,0,0.65);
    padding: 20px;
    font-size: 0.85em;
    text-align: left;
}
.persuasive h2 {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.25em;
    color: #efefef;
    text-transform: uppercase;
    margin-bottom:20px;
}
.persuasive p {
    margin-bottom:20px;
}

.service-desc {
    background-color: rgba(0,0,0,0.65);
    text-align: center;
}
.desc-container {
    display:block;
    height:100%;
    width:100%;
    vertical-align: middle;
    padding:20px;
}
.desc-container .desc {
    display:table-cell;
    vertical-align:middle;
    padding:20px 0;
}
.desc-container h2 {
    margin-bottom:20px;
    font-size:1.25em;
}
.desc-container p {
    margin-bottom: 20px;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: center;
}
.quote-container {
    display: block;
    height: 100%;
    width: 90%;
    vertical-align: middle;
    border: 10px solid transparent;
    border-bottom-width: 60px;
    border-top: 0;
    margin: 0 auto;
}
.quote-container:hover {
    cursor: pointer;
}
.quote-container .quote {
    display:table-cell;
    vertical-align:middle;
    background-color: #fff;
}

.quote-box {
    border-radius: 5px;
    width: 100%;
    padding: 50px 20px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    color: #000;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
}
.quote-box:before {
    position: absolute;
    top: 15px;
    left: 15px;
    content: ' ';
    background-image: url('../images/quote-left.svg');
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}
.quote-box:after {
    position: absolute;
    bottom: 15px;
    right: 15px;
    content: ' ';
    background-image: url('../images/quote-right.svg');
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}
.quote-by {
    font-size:0.75em;
    line-height:1.25em;
    margin:20px auto 0;
    font-weight:500;
}
.more {
    display: inline-block;
    font-size: 12px;
    padding: 0px 10px;
    line-height: 24px;
    text-transform: lowercase;
    margin: 0;
}
.eq-height__gridr:hover,
.eq-height__grid .col-xs-6:hover{
    cursor: pointer;
}

@media only screen and (min-width: 400px) {
    .intro {
        padding: 20px 20px 40px 20px;
    }
    .eq-height__grid {
        margin: 0 auto;
        width: 80%;
    }
}
@media only screen and (min-width: 768px) {
    .tagline {
        font-size: 10vw;
        line-height: 12vw;
        padding: 100px 20px 10px 20px;
    }
    .intro {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .intro p {
        margin-bottom:40px;
    }
    .intro .btn-brand-1st {
        max-width:300px;
        font-size: 16px;
        margin: 0 auto 20px;
    }
    .persuasive {
        font-size: 1.25em;
        line-height: 1.5em;
        padding: 60px;
        margin-top:60px;
    }
    .eq-height__grid {
        width: 90%;
    }
    .eq-height__grid .col-xs-6 {
        width:25%;
    }
}
@media only screen and (min-width: 1024px) {
    .tagline {
        font-size: 48px;
        line-height: 48px;
        padding: 0 20px 10px 0;
    }
    .tagline img {
        max-width:70%;
        margin-bottom: 10px;
    }
    .intro {
        font-size: 1em;
        line-height: 1.45em;
        padding: 30px;
    }
    .intro p {
        margin-bottom:20px;
    }
    .intro .btn-brand-1st {
        max-width: 190px;
        font-size: 12px;
        margin: 0 auto 10px;
        line-height: 35px;
    }
    .persuasive {
        font-size: 1.15em;
        line-height: 1.25em;
        padding: 40px;
        margin-top:20px;
    }
    .eq-height__grid {
        width: 90%;
    }
    .eq-height__grid .col-xs-6 {
        width:16.666666%;
    }
    .service-desc {
        background-color: rgba(0,0,0,0.65);
        text-align: center;
    }
    .desc-container {
        display:table;
        height:100%;
        width:100%;
        vertical-align: middle;
        padding:20px;
    }
    .desc-container .desc {
        display:table-cell;
        vertical-align:middle;
        padding:40px 20px;
    }
    .desc-container h2 {
        margin-bottom:30px;
        font-size:1.65em;
    }
    .desc-container p {
        margin-bottom:30px;
        font-size:1em;
        line-height: 1.5em;
    }
    .quote-container {
        display: table;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        border: 60px solid transparent;
        border-left: 0;
        border-right:0;
    }
    .quote-container .quote {
        display:table-cell;
        vertical-align:middle;
        background-color: #fff;
    }
}
@media only screen and (min-width: 1280px) {
    .tagline {
        font-size: 60px;
        line-height: 60px;
        padding: 10px 20px 10px 0;
    }
    .tagline img {
        max-width:60%;
        margin-bottom: 0;
    }
    .intro {
        font-size: 1.2em;
        line-height: 1.4em;
        padding: 50px 40px;
    }
    .intro .btn-brand-1st {
        max-width: 240px;
        font-size: 14px;
        margin: 0 auto 10px;
        line-height: 40px;
        padding:0 5px;
    }
    .persuasive {
        font-size: 1em;
        line-height: 1.5em;
        padding: 60px;
        margin-top: 0;
    }
    .eq-height__grid {
        width: 80%;
    }
    .service-desc {
        background-color: rgba(0,0,0,0.65);
        text-align: center;
    }
    .desc-container {
        display:table;
        height:100%;
        width:100%;
        vertical-align: middle;
        padding:20px 0 20px 20px;
    }
    .desc-container .desc {
        display:table-cell;
        vertical-align:middle;
        padding:40px;
    }
    .desc-container h2 {
        margin-bottom:30px;
        font-size:1.65em;
    }
    .desc-container p {
        font-size:1.15em;
        line-height: 1.35em;
    }
    .quote-container {
        display: table;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        border: 60px solid transparent;
        border-left: 0;
        border-right:0;
    }
    .quote-container .quote {
        display:table-cell;
        vertical-align:middle;
        background-color: #fff;
    }

    .quote-box {
        border-radius: 5px;
        width: 100%;
        padding: 40px;
        text-align: center;
        margin: 0 auto;
        position: relative;
        color: #000;
        line-height: 18px;
        font-size: 16px;
        text-align: center;
    }
    .quote-box:before {
        top: -20px;
        left: 25px;
        background-size: 48px 48px;
        height: 48px;
        width: 48px;
    }
    .quote-box:after {
        bottom: -20px;
        right: 25px;
        background-size: 48px 48px;
        height: 48px;
        width: 48px;
    }
    .quote-by {
        font-size:0.9em;
        line-height:1.25em;
        margin:20px auto 0;
    }
}

.quote-container {
    border-bottom-width: 60px;
}
@media only screen and (min-width: 1024px) {
    .quote-container {
        border-color: #fff!important;
    }
}