.crenMaster{
    display: grid;
    grid-column: span 9;
    background-image: url("../assets/images/main-images/Cable-Watermark-1.jpg"); 
    background-repeat: no-repeat;
    background-color: #fff;
}
.crenMaster2{
    display: grid;
    grid-column: span 9;
    background-image: url("../assets/images/main-images/Cable-Watermark-2.jpg"); 
    background-repeat: no-repeat;
    background-color: #fff;
}
.crenWrapper3 {
    display: grid;
    grid-column: 1 / 9;
    padding: 20px 75px 50px 75px;
    
}    
.crenWrapper{
    display: grid;
    grid-column: 1 / 9;
    padding: 75px 75px 40px 75px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
     .crenWrapper {
      padding-left: 50px;
      padding-right: 50px;
    }
}
.crenWrapper2{
    
    display: grid;
    grid-column: 1 / 9;
    padding: 20px 75px 40px 75px;
    
}
@media screen and (max-width: 500px) {
     .crenWrapper2 {
      padding-left: 50px;
      padding-right: 50px;
    }
}
.crenTextL{
    grid-column: 1 / 9;
    line-height: 2.7em;
    text-align: justify;
    font-family: 'Source Sans Pro',sans-serif;  
}
.crenTextR {
    grid-column: 1 / 9;
    line-height: 2.7em;
    text-align: justify;
    font-family: 'Source Sans Pro',sans-serif;  
}
@media screen and (min-width: 900px) {
     .crenTextL {
     grid-column: 1 / 5;
     padding-right: 50px;
    }
}
@media screen and (min-width: 900px) {
     .crenTextR {
     grid-column: 4 / 9;
     padding-left: 50px;
    }
}
.crenImageL{
    grid-column: 1 / 9;
    text-align: center;
    padding-bottom: 45
 } 
.crenImageR{
    grid-column: 1 / 9;
    text-align: center;
 }
@media screen and (min-width: 900px) {
     .crenImageL {
     grid-column: 1 / 4;
 }
@media screen and (min-width: 900px) {
     .crenImageR {
     grid-column: 5 / 9;
     order: 1;
    }
}
 

 










