.develop-sec p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28.5px;
	font-family: PoppinsRegular;
}

.develop-sec p a {
    color: #0E72CF;
}

.develop-left,
.develop-right,
.devlop-full {
    padding: 0;
}
.develop-right {
    text-align: center;
}

.mobile-part,
.ios-part,
.android-part,
.flutter-part,
.growth-part {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.mobile-part h3,
.ios-part h3,
.android-part h3,
.flutter-part h3,
.growth-part h3 {
    font-size: 45px;
    font-weight: 700;
	font-family: 'PoppinsBold';
    color: #22243b;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    line-height: 60px;
}

.ios-part h3,
.flutter-part h3 {
    text-align: right;
}

.growth-sec {
    width: 100%;
    float: left;
    background: url("../webp/addservice-bg.webp") no-repeat;
    background-size: cover;
    padding: 15px 0;
    margin: 25px 0px 0px 0px;
}

.growth-part h3 {
    text-align: center;
}

.growth-part p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28.5px;
	font-family: PoppinsRegular;
}

@media only screen and (max-width: 991px) {

    .mobile-part h3,
    .ios-part h3,
    .android-part h3,
    .flutter-part h3,
    .growth-part h3 {
        font-size: 23px;
        margin-top: 0;
        text-align: center;
        line-height: 38px;
    }
    .mobile-part h3 span,
    .ios-part h3 span,
    .android-part h3 span,
    .flutter-part h3 span,
    .growth-part h3 span{
        display: inline-block !important;
        margin-right: 10px;
    }
    .develop-left img,
    .develop-right img{
        width: 100%  ;
        height: 100%;
        object-fit: fill;
    }
    .develop-sec p,
    .growth-part p {
        text-align: center !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {}

@media only screen and (min-width: 568px) and (max-width: 767px) {
	
	
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}