.about-php-hero {
    position: relative;
    width: 100%;
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("../images/php-webdevlopment.avif");
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.php-left-img {
    width: 100%;
    max-width: 500px;
    z-index: 2;
}

.about-php-hero h1,
.about-php-hero h4 {
    z-index: 3;
    position: relative;
}

@media (max-width: 768px) {

    .process-list{
        display: grid!important;
        grid-template-columns: repeat(2,1fr);
    }

    .process-list li {
    width: 100%!important;
margin-bottom: 36px;
}

    .about-php-hero {
        height: auto;
        padding: 70px 0;
    }

    .php-left-img {
        max-width: 270px;
        margin-bottom: 20px;
    }
}
.app-development {
    padding: 60px 0;
}

.app-development-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.app-development p {
    margin: 0 auto 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}
