.slider {
    background: url(../images/background/csr-banner.jpg);
}
/* CSR Style */
.serv_div{
    padding: 50px 0;
}
.serv_div h1{
    color: #36479c;
}
.sub_txt{
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    color: #535353;
}
.sevice{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.sevice img{
    width: 45%;
}
.serv_rgt{
    width: 50%;
}
.serv_rgt h2{
    color: #36479c;
    text-transform: uppercase;
    font-size: 2em;
    margin-top: 30px;
}
.serv_rgt p {
    font-size: 20px;
    margin-top: 30px;
    color: #535353;
    text-align: justify;
}
/* Media Query */
@media only screen and (max-width:1920px){
    
}
@media only screen and (max-width:1024px){
    .sevice{
        flex-wrap: wrap;
    }
    .sevice:nth-child(odd){
        flex-direction: column-reverse;
    }
    .serv_rgt,.sevice img{
        width: 100%;
    }
}
@media only screen and (max-width:768px){
    
}
@media only screen and (max-width:500px){
    .serv_rgt h2{
        font-size: 1.5em;
    }
    .sub_txt{
        text-align: justify;
    }
}