.legacy-plan-content {
    padding-right: 20px !important;
}
.note {
    font-size: 14px;
    border: initial;
    border-left: 4px solid #3884ff;
    color: #4c4948;
    background: #F3F8FA;
    position: relative;
    margin: 0 0 1rem;
    padding: 20px;
    padding-bottom: 5px;
    border-radius: 3px;
    padding-left: 1.5rem;
    margin-top: 25px;
    margin-bottom: 25px;
}
.note.warning {
    border-left-color: #e04f1a;
    background: #ffd9d9;
}
.note> span:before{
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    top: calc(50% - .8rem);
    left: .7rem;
    font-size: larger;
}
.note> .war:before {
    content: "\f071";
    color: #f5222d;
}
.note> .info:before {
    content: "\f06a";
    color: #3b5998;
}
@media only screen and (max-width: 800px) {
    .docsimg {
        height: auto;
        width: 100%;

    }
}


