/*
Custom CSS for Munish_TemplateMo_Solutions 561 Munish IT Solutions

https://munish_it.com/tm-561-purple-buzz

*/

.sector-container .col-lg-8{
    display: flex;
    width: 80%;
}

.sector-container .col-lg-8 div:nth-child(2){
    margin: 0 0 0 4% ;
}

@media (max-width: 992px) {
    .sector-container .col-lg-8{
        flex-direction: column;
    }

    .sector-container .col-lg-8 div:nth-child(2){
        margin: 4% 0 0 0 ;
    }
}

@media (max-width: 500px) {
    .sector-container .col-lg-8 div img {
        width: 100%;
    }

}





