.bold-italic {
    font-family: sans-serif;
    font-weight: bold;
    font-style: italic;
}

.image {
    float: left;
    margin-right:10px;
    width: 30%;
    height: auto;
}

ul.decoration li {
    list-style-type: square;
    margin-left: 20px;
}
    
.cj-classes {
  display: flex;
flex-wrap: wrap;
width: 100%;
line-height:80%;
}
@media screen and (min-width: 630px){
.service-item {
display:block;
width: 45%;
margin-right:5px;
}
}
@media screen and (max-width: 600px){
.service-item {
min-width:90%;
margin-right: 10px;
}