.custom-module.quote-banner {
    text-align: center;
}
.quote-banner.quote-banner .cell-wrapper {
    max-width: 900px;
}
.quote-banner h2 {
    margin: 0;
}
.quote-banner .ava-logo {
    text-align: center;
    margin: 40px 0 0;
}
.quote-banner .avatar {
    width: 85px;
    height: 85px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}
.quote-banner .logo {
    width: 177px;
    height: 85px;
    line-height: 85px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}
.quote-banner .logo img {
    vertical-align: middle;
    width: auto;
    max-height: 40px;
}
.quote-banner img.circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.quote-banner p:last-child {
    font-style: italic;
    margin: 40px 0 0;
}
.quote-banner .ctas {
    margin: 40px 0 0;
}

/* RESPONSIVE */
{#@media screen and (min-width: 1921px) {
    .quote-banner.quote-banner .cell-wrapper {
        max-width: 46.875vw;
    }
    .quote-banner .ava-logo {
        margin: 2.083vw 0 0;
    }
    .quote-banner .avatar {
        width: 4.427vw;
        height: 4.427vw;
        margin: 0 1.042vw 0 0;
    }
    .quote-banner .logo {
        width: 9.219vw;
        height: 4.427vw;
        line-height: 4.427vw;
        -webkit-border-radius: 200px;
        border-radius: 200px;
    }
    .quote-banner .logo img {
        max-height: 2.083vw;
    }
    .quote-banner p:last-child {
        margin: 2.083vw 0 0;
    }
    .quote-banner .ctas {
        margin: 2.083vw 0 0;
    }
}#}

@media (max-width: 834px) {
		.custom-module.quote-banner .cell-wrapper {
    		padding: 80px 0;
		}
    .quote-banner .ctas {
        margin: 40px 0 0;
    }
}

@media (max-width: 600px) {
		.custom-module.quote-banner .cell-wrapper {
    		padding: 55px 0 60px;
		}
    .quote-banner .ava-logo {
        margin: 30px 0 0;
    }
    .quote-banner .avatar {
        width: 75px;
        height: 75px;
    }
    .quote-banner .logo {
        width: 160px;
        height: 75px;
        line-height: 75px;
    }
    .quote-banner .logo img {
        max-height: 35px;
    }
    .quote-banner p:last-child {
        margin: 30px 0 0;
    }
    .quote-banner .ctas {
        margin: 30px 0 0;
    }
}