/* Panel Quote */
.panel-quote{ position: relative; 
    padding-top: 73px;
    padding-bottom: 54px;
    background-size: cover; background-position: center center; background-repeat: no-repeat; text-align: center; }
.panel-quote .container{ max-width: 1426px; }
.panel-quote .content-wrapper{ position: relative; }
.panel-quote .content-wrapper:after{ content: ''; position: absolute; background-image: url('images/quote-top.png'); background-size: contain; background-repeat: no-repeat; left: 9%; top: -10px; width: 55px; height: 42px; }
.panel-quote .content-wrapper:before{ content: ''; position: absolute; background-image: url('images/quote-bottom.png'); background-size: contain; background-repeat: no-repeat; right: 10%;
    bottom: 6px; width: 55px; height: 42px; }
.panel-quote h3{     
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.83px;
    line-height: 1.4;
    text-align: center;
margin-bottom: 40px; }
.panel-quote h4{ 
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.41px;
    line-height: 2;
    text-align: center;
margin-bottom: 0; }
.panel-quote h3, .panel-quote h4{ color: #ffffff; }

@media (max-width: 1399px){
 .panel-quote .content-wrapper:after { left:3%; }
 .panel-quote .content-wrapper:before{ right:3%; } 
}
@media (max-width: 1199px){
 .panel-quote .container{ max-width: 960px; }
 .panel-quote h3 { font-size: 20px; }
 .panel-quote .content-wrapper:after, .panel-quote .content-wrapper:before{ width: 56px; height: 52px; } 
}
@media (max-width: 996px){
 .panel-quote .container{ max-width: 720px; }
 .panel-quote .content-wrapper:after, .panel-quote .content-wrapper:before{ width: 36px; height: 32px; }
 .panel-quote .content-wrapper:after{ top: -40px; }
 .panel-quote h3 br{ display: none; }
}
@media (max-width: 767px){
 .panel-quote .content-wrapper:after, .panel-quote .content-wrapper:before{ width: 26px; height: 22px; }
 .panel-quote .content-wrapper:after { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
 .panel-quote .content-wrapper:before { content: none; }
}