*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.banner{
        background-image: url(https://ultraguard.ae/assets/img/product/window-film/window-film-banner.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:768px){
    .banner{
         background: url(https://ultraguard.ae/assets/img/product/window-film/window-film-banner.webp) , #00000052 !important;
             background-blend-mode: multiply;
    }
}

/*.colum-row*/
.heading-section{
        padding: 60px 0px 80px 0px;
}
.colum-row{
    background: black;
}
.heading-row h2{
        color: #ff0508;
    font-style: italic;
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
            line-height: normal;
}
.colum-row .colum-col{
    align-content: center;
}
.colum-row .colum-col img{
    width:100%;
}
.colum-row .colum-col p{
    font-size: 17px;
    color:white;
    padding-right: 40px;
    margin-bottom: 30PX;
}
.colum-row .colum-col a{
        background: red;
    padding: 10px 15px;
    color: white;
}
.colum-row .colum-col a i{
     margin-right: 7px;
}
@media(max-width:1200px){
    .colum-row .colum-col p{
    font-size: 14px;
    }
}
@media(max-width:768px){
        .colum-row .colum-col p {
        font-size: 14px;
        width:90%;
        margin: auto;
        padding-right: 0px;
        margin-bottom: 2rem;
    }
       .colum-row .colum-col a {
     margin-left: 29px;
    }
    .colum-row .colum-col {
    align-content: center;
    margin-bottom: 3rem;
}
.heading-row h2 {
    font-size: 30px;
     width:90%;
        margin: auto;
        margin-bottom: 2rem;
}

}

/*.colum-row*/