#carNotice p{
    line-height:150%;
}
.contextDiv{
    margin:5px 0px;
    text-indent: 2em;
    word-wrap: break-word;
}
.scanCode{
    text-align:center;
}
@media only screen and (max-width:2400px) {
    .scanCode img {
        width:463px;
        height:472px;
    }
    
}

@media only screen and (max-width:450px) {
    .scanCode img {
        width:138px;
        height:140px;
    }
    
    
}