section.image-plus-copy h4{
 margin-bottom:1rem; 
}
section.image-plus-copy .bullet{
font-size:20px;
}
section.image-plus-copy ul{
 margin:15px; 
}
section.image-plus-copy p{
 margin-bottom:1.5rem; 
  font-size:20px;
}

img[alt*="platinum-oil-change"]{
margin-top:15px !important;

}


section.image-plus-copy .column {
  float: left;
  width: 50%;
  padding:20px;
  margin:auto;

}

/* Clear floats after the columns */
section.image-plus-copy .row:after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
  section.image-plus-copy .column {
    width: 100%;
    text-align:center;
  }
  section.image-plus-copy ul {
    list-style-type: none;
    margin-left:auto;
}
