@media screen and (max-width:600px) {
    .banner-btn .btn {
    font-size: 15px;
    font-weight: 500;
}
.about-text p{
    
    text-align: left;
        font-size: 19px;
        padding-left: 5px;
}
.heading-platform p{
    text-align: left;
    font-size: 19px;
}
.banner-btn{
    position: initial;
    margin-top: 20px;
    margin-bottom: 20px;
}
.header-title h1 {
    font-size: 2.2rem;
    color: #2d3748;
    margin-bottom: 15px;
}
.choose-section h2 {
    font-size: 2.2rem;
    margin-bottom: 30px!important;
}
.choose-section{
    padding: 50px 0px;
}
.services-wrapper{
    height: 90vh;
}
.choose-section .owl-theme .owl-nav{
   display: none!important;
}
    .choose-card {
        padding-bottom: 25px;
    }
    .platform-depend {
    padding: 50px 0px;
}
.contact-sec {
    padding-top: 30px;
}
.feature-box p {
    font-size: 20px;
    font-weight: 500;
}
.feature-box{
    min-height: 215px;
}
.border-right{
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.stats-item{
    border-bottom: 1px solid #000;
    display: block;
    width: 100%;
}
.banner img{
    height: auto;
    object-fit: cover;
}
.container{
    padding-left: 15px;
    padding-right: 15px;
}
}

@media screen and (max-width : 991px) {
    
    .none-img{
        display: none;
    }
    .img-bottom{
        display: none;
    }
}