.content1 {
    background-image: url('../images/Images/image6.jpeg');
}

.highlight {
    color: white;
 }
 .content1 img {
    width: 500px;
 }
  @media (max-width: 768px) { 

 .content1 img {
    width: 250px;
    margin-bottom: 270px;
 }
 
 .content1 {
     background-size:cover;
 }


 }