.BoxJSS{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: white;
    border-top: solid 10px #607ae3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    background-size:contain;
    background-image : url(Pic1.JPG);
    background-repeat : no-repeat;
    text-align: center;
    height: 31px;
    width: 150px;
}
.BoxJSS p {
    margin: 0; 
    padding: 0;
}