
/* logo-design start here  */

.logo-design-main{
}

.logo-design-desc p{
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
}
.logo-design-list ul li{
    font-size: 16px;
    color: #000;
}

.logo-design-img img{
    width: 70%;
}
/* logo-design start here  */


/* facebook-post-design start here  */

.facebook-post-design-main{
}

.facebook-post-design-desc p{
    color: #000;
    font-size: 16px;
}
.facebook-post-design-list ul li{
    font-size: 16px;
    color: #000;

}

.facebook-post-design-img img{
    width: 70%;
}


/* facebook-post-design end here  */

/* product-design start here  */

.product-design-main{
}

.product-design-desc p{
    color: #000;
    font-size: 16px;
}

.product-design-list ul li{
    font-size: 16px;
    color: #000;
}
.product-design-img img{
    width: 70%;
}


/* product-design end here  */

/* barnding start here  */

.barnding-main{
}

.barnding-desc p{
    color: #000;
    font-size: 16px;
}

.barnding-list ul li{
    font-size: 16px;
    color: #000;
}
.barnding-img img{
    width: 70%;
}

/*  barnding end here  */



/* outcomebased  our strength start here  */

.graphics-design-our-strength-main{
}

.graphics-design-our-strength-desc p{
    color: #000;
    font-size: 16px;
}

.graphics-design-our-strength-list ul li{
    font-size: 16px;
    color: #000;
}
.graphics-design-our-strength-img img{
    width: 70%;
}

/* outcomebased our strength  end here  */




@media screen and (max-width: 992px) {

    .logo-design-main .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .product-design-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    
    .youube-our-strength-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    


}

@media screen and (max-width: 576px) {
   
    .logo-design-img img{
        width: 90%;
    }
    .facebook-post-design-img img{
        width: 90%;
    }
    .product-design-img img{
        width: 90%;
    }
    .barnding-img img{
        width: 90%;
    }

    .graphics-design-our-strength-img img{
        width: 90%;
    }

}