@media (max-width:991px) {

    #home{
        margin-top: 30px !important;
    }
    h3{
        font-size: 21px;
    }
    .top_margin {
        margin-top: 20px !important;
    }
    .featureBox{
        width: 100% !important;
        margin-top: 10px !important;
    }
    .feature{
        margin-top: 5px !important;
    }
    .featureBox h5{
        margin: 20px 0 !important;
    }
    .featureBox:before {
        left: -14px;;
    }
    .main:nth-child(3) .featureBox:before{
        border-left:none;
    }
    .logo {
        width: 135px;
        margin-top: 50px;
    }
    h5{
        font-size: 17px;
    }
    
}
@media (min-width:992px) and (max-width:1199.98px) {
    h3{
        font-size: 22px;
    }
}
@media(max-width:767px)
{
    .img{
        text-align: center;
    }
    .img img{
        width: 80%;
    }
    .featureBox:before{
        border-left:none;
    }
}