/*==================================================
Motivational Quotes
==================================================*/

.gjp-mq-section{
    height:100%;
}

.gjp-mq-wrapper{

    min-height:420px;

    background:#eef6ff;
    border:1px solid #d9e7f5;
    border-radius:18px;
    box-shadow:0 6px 20px rgba(0,0,0,.05);

    padding:18px;

    display:flex;
    flex-direction:column;

}

.gjp-mq-header{
    margin-bottom:20px;
}

.gjp-mq-title{

    margin:0;

    font-size:28px;

    font-weight:700;

    color:#183153;

}

.gjp-mq-body{

    flex:1;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

}

.gjp-mq-icon{

    font-size:62px;

    line-height:1;

    color:#2d63ff;

    margin-bottom:18px;

}

.gjp-mq-text{

    max-width:420px;

    margin:0;

    font-size:28px;

    line-height:1.7;

    font-style:italic;

    color:#2d4775;

}

.gjp-mq-author{

    margin-top:28px;

    font-size:18px;

    font-weight:700;

    color:#2d63ff;

}

@media(max-width:991px){

.gjp-mq-wrapper{

    min-height:auto;

}

.gjp-mq-title{

    font-size:24px;

}

.gjp-mq-icon{

    font-size:52px;

}

.gjp-mq-text{

    font-size:22px;

}

}