

.subBanner_bg{
    background-image: url(../images/servicepage/prevention-banner.webp);
    margin-top: 103px;
    padding: 5.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
    
}
.subBanner2_bg{
    background-image: url(../images/servicepage/protection-banner.webp);
    margin-top: 103px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.subBanner3_bg{
    background-image: url(../images/servicepage/passive-banner.webp);
    margin-top: 103px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    
}
.subBanner-txt{
    padding: 50px;
}
.subBanner-txt h1{
color: white;
}

body p{
    font-size: 15px;
}


.prevention-container{
    background-image: url(../images/servicepage/prevention-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.prevention-para1 h2{
    margin-bottom: 25px;
    color: #EB352D;
    font-size: 28px;
}
.prevention-row2{
    margin-top: 4rem;
}
/* .prevention-para2{
    margin-top: 2rem;
    margin-bottom: 2rem;
} */
.prevention-para2 h2{
    margin-bottom: 25px;
    color: #EB352D;
    font-size: 28px;
}

.protect-card-container{
    background-image: url(../images/servicepage/protection-cardbg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.passive-bg{
    background-image: url(../images/servicepage/passive-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.protect-card h3{
    margin-top: 1.5rem;
    margin-bottom: 14px;
}
.protect-card{
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 34rem;
}

