.container{
    max-width: 975px;
    
}
.card{
   min-height: 380px; 
}

.t-bq-quote-jasper-pattern {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100px;
    background-position: center center reapeat;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px 10px 0 0;
}

.t-bq-quote-jasper-pattern .t-bq-quote-jasper-qmark {
    flex-basis: 100px;
    font-family: Garamond, Georgia, "Times New Roman", serif;
    font-size: 60pt;
    color: #999999;
    text-align: center;
    height: 80px;
    line-height: 90pt;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.t-bq-quote-jasper-userpic {
 position: absolute;
 top: 40px;
 left: calc(50% - 50px);
 width: 110px;
 height: 110px;
 background-position: center center;
 background-size: cover;
 border-radius: 50%;
}

.t-bq-quote-jasper-base {
   background: #ffffff;
   padding: 18px;
   padding-top: 55px;
   font-size: 11pt;
   line-height: 1.62em;
   border-radius: 0 0 10px 10px;
}

.t-bq-quote-jasper-meta {
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
}

.t-bq-quote-jasper-meta .t-bq-quote-jasper-author,
.t-bq-quote-jasper-meta .t-bq-quote-jasper-source {
    color: #777777;
}

.t-bq-quote-jasper-meta .t-bq-quote-jasper-author {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 10pt;
    font-weight: bold;
}

.t-bq-quote-jasper-meta .t-bq-quote-jasper-author cite {
    font-style: normal;
}

.t-bq-quote-jasper-meta .t-bq-quote-jasper-source {
    font-size: 9pt;
}
.a_text{
    text-decoration: none;
    color: grey
}

@media screen and (max-width: 1180px) {

    .dubois, .julie, .berger, .Lefevre {
        padding-top: 32px
    }
   



@media screen and (max-width: 820px) {

    .dubois, .julie {
        padding-top: 32px
    }

@media screen and (max-width: 768px) {

    .t-bq-quote-jasper-base {
        padding-left: 30px;
    }
}

