*{
    padding: 0;
    margin: 0;
}
.novaspace-banner{
     background-image: url(../why-novaspace-image/novaspace-bg.png);
        background-size: cover;
        background-position: center;
        height: 550px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
}
.novaspace-banner-h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    font-family: Raleway, sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;
}
.italic{
    font-style: italic;
}


.novaspace-red-line {
position: absolute;
    width: 30%;
    height: 46px;
    left: 0;
    bottom: -46px;
    background: #E30613;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
transform: skewX(-0deg);
}


.novaspace-blue-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 52px;
  background-color: #009FE3;
  z-index: 0;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 104%);
}
.power-solar{
    padding-top: 80px;
    text-align: center;
    padding-bottom: 104px;
}
.power-solar h2{
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    font-family: Raleway, sans-serif;
    text-align: center;
    margin-bottom: 12px;
}
.power-solar-p{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    font-family: Lato, sans-serif;
    text-align: center;
    color: #494949;
    margin-bottom: 0px;
}
.image1{
    padding-top: 52px;
}
.image-h1{
    color: #36A9E1;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-top: 24px;
    margin-bottom: 8px;
}
.image-p{
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;  
    color: #494949;
    margin: 0px;
}
.image-content h2{
    font-family: Raleway, sans-serif;
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
    margin: 0;
}
.content1{
      padding: 0 30px; 
}
.image-content img{
    width: 100%;
    height: 380px;
}
.image-content{
   padding-bottom: 106px;
}
.col1, .col2, .col3, .col4, .col5, .col6{
    display: flex;
    align-items: center;
} 

@media (max-width: 768px){
    .image-content img{
    width: 348px;
    height: 420px;
}
.image-content h2{
line-height: 30px
}
}

@media (max-width: 576px) {
    .col2, .col4, .col6{
   flex-direction: column-reverse;
}
.col1, .col3, .col5{
   flex-direction: column;
}
    .image-content img{
  width: 100%;
   height: auto;
}
.content1{
    padding: 0;
}
.image-content{
    padding: 0 4px ;
}
.power-solar{
    padding-bottom: 30px;
}
.novaspace-red-line{
        height: 13.22px;
        bottom: -13px;	
width: 30%
}
.novaspace-blue-line {
height: 13.22px;
width: 70%;
z-index: 0;
}
.novaspace-banner{
height: 277px;
}
.novaspace-banner-h2{
font-size: 20px
}
.power-solar h2{
font-size: 20px
}
.power-solar-p{
font-size: 14px
}
.image-h1{
font-size: 20px
}
.image-p{
font-size: 14px
}
.image-content h2{
font-size: 20px;
margin-top: 15px;
margin-bottom: 16px
}
.image1{
padding-top: 40px
}
}