#breadcrumbs{
    display: none;
}

#section2 .text:first-child{
    padding: 0 100px 0 0;
}
#section2 .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

#section2 .container-fluid:first-child{
        background: #F9F9F9;
        padding: 50px 150px;
}
#section2 .container-fluid{
        padding: 50px 150px;
}
#section2 .image1, #section2 .image2{
    height: 100%;
}

#section2 h2 {
    margin: 0;
    font-size: 40px;
    color: #1A1A1A;
    font-weight: 700;
    border: none !important;
}
#section2 h3 {
    border: none !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

#section2 .btn-main {
    font-size: 16px;
    color: #DB1C01;
    border-color: #DB1C01;
    margin: 0;
}
#section2 .btn-main:hover {
    color: #fff;
}

@media(max-width: 1200px){
    #section2 .text:first-child{
        padding: 0 15px 50px;
    }
        #section2 .text{
        padding: 50px 15px;
    }
    #section2 .image1 img, #section2 .image2 img{
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    #section2 .container-fluid{
        padding: 50px 10px;
    }
    #section2 .container-fluid:first-child{
            padding: 50px 10px;
    }
}



#section3 {
    background: #F9F9F9;
    padding: 100px 0;
}
#section3 h3 {
    font-size: 23px;
}
#section3 .inner {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#section3 .inner img {
    width: 350px;
}


@media(max-width: 991px){
    #section3 .inner {
        justify-content: space-around;
        align-items: center;

        flex-direction: column;
    }  
    #section3 .inner img {
        width: 100%;
        margin: 10px 0;
    }
}



#section4 {
    margin: 50px 0;
}

#section4 .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#section4 .container-fluid{
        padding: 50px 150px;
}
#section4 .image{
    height: 100%;
}
@media(max-width: 1200px){
        #section4 .text{
        padding: 50px 15px;
    }
        #section4 .image img{
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    #section4 .container-fluid{
        padding: 50px 10px;
    }
    #section4 {
    margin: 0;
}
}