blockquote {
    position: relative;
    z-index: 1;
    background: #EDF2F7;
    padding: 20px 32px;
    margin-top: 30px;
    border-radius: 0px 8px 8px 0px;
    transition: all 0.4s;
    border-left: 8px solid #0d2b51;
}
table {
    border: none;
    width: 100% !important;
}
hr {
    margin: 0rem 0rem 2rem 0rem;
    color: inherit;
    border: 0;
    border-top: 1px solid #0d2b5175;
    opacity: .25;
}
table img{
    border-radius: 8px;
}