

.website-top-banner-desc p{
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
}

.website-top-img img{
    width: 80%;
}
 

/* domain reg bang start here  */

.why-master-main{
    margin-top: 50px;
}

.why-master-desc p{
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
}
.why-master-list ul li{
    font-size: 16px;
    color: #000;
}

.why-master-img img{
    width: 70%;
}
/* domain reg bang start here  */

/* wordpress website start here  */

.wordpress-web-main{
    margin-top: 50px;
}

.wordpress-web-desc p{
    color: #000;
    font-size: 16px;
}
.wordpress-cost-list ul li{
    font-size: 16px;
    color: #000;

}

.wordpress-web-img img{
    width: 70%;
}


/* wordpress website end here  */

/* laravel website start here  */

.laravel-web-main{
    margin-top: 50px;
}

.laravel-web-desc p{
    color: #000;
    font-size: 16px;
}

.laravel-cost-list ul li{
    font-size: 16px;
    color: #000;
}
.laravel-web-img img{
    width: 70%;
}


/* laravel website end here  */

/* e-commerce website start here  */

.e-commerce-web-main{
    margin-top: 50px;
}

.e-commerce-web-desc p{
    color: #000;
    font-size: 16px;
}

.e-commerce-cost-list ul li{
    font-size: 16px;
    color: #000;
}
.e-commerce-web-img img{
    width: 70%;
}

/*  e-commerce  website end here  */

/* our strength start here  */

.e-commerce-web-main{
    margin-top: 50px;
}

.our-strength-desc p{
    color: #000;
    font-size: 16px;
}

.our-strength-list ul li{
    font-size: 16px;
    color: #000;
}
.our-strength-img img{
    width: 70%;
}

/*  our strength  end here  */



@media screen and (max-width: 992px) {
    .website-top-banner-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        
    }

    .why-master-main .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .laravel-web-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .our-strength-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }



}
@media screen and (max-width: 576px) {

    .why-master img{
        width: 90%;
    }

    .why-master p{
        font-size: 14px;
    }
   

    .wordpress-web-img img{
        width: 90%;
    }
    .laravel-web-img img{
        width: 90%;
    }
    e-commerce-web-img img{
        width: 90%;
}
    
    
}