.why-choose-us-section{
background: #d6f0fd;
padding: 10rem 0rem;
}
.content-grid-why-choose-us{
display: grid;
grid-template-columns: repeat(auto-fit, 1fr);
}
.content-grid-why-choose-us__content h2{
font-weight: bold;
font-size: 4rem;
}
.content-grid-why-choose-us__content h2 > span{
color: var(--secondary-color);
}
@media (min-width:992px){ 
.why-choose-us-section{
background: url(//www.camhandyman.com/wp-content/themes/camhandyman/assets/img/painter-works.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.content-grid-why-choose-us{
grid-template-columns: repeat(2, 1fr)!important;
}  
}