.jp-quoted-content {
    border-left: 4px solid #f98a7a; 
    padding-left:32px;
    display: table;
}

.jp-quoted-content > p + p {
    color: #435b73;
    font-family: Monteserrat;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: left;
    padding-top: 16px;    
}

.jp-quoted-content h5 {
    color: #28262c;
    font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
}

@media(max-width:1023px) { 
    .jp-quoted-content { 
        padding-left:16px;
    }

    .jp-quoted-content > p + p { 
        font-size: 14px;
        line-height: 1.43;
    }

    .jp-quoted-content h5 { 
        font-size: 14px;
        line-height: 1.43;
    }
}