.page-header {
    display: flex;
    align-items: center;
    height: 40vh;
    background-image: url(images/Mobile-herosection.png);
}

@media only screen and (max-width:1025px) {
    .page-header {
        height: 13vh;
    }
}

.site-content {
    align-items: center;
}

.article{
    margin-left: 10vw;
    margin-right: 10vw;
    background-color: rgb(255, 255, 255);
    width: 80vw;
    align-items: center;
    justify-content: center;
    padding: 10px;
    
 }
 
 .article h1{
     font-size: 2.5rem;
     text-align: center;
     padding-top: 4rem;
     padding-bottom: 0rem;
    
 }
 

 
 .article h2{
     font-size: 1.75rem;
     padding-top: 20px;
     padding-bottom: 15px;
 
 }
 .article p{
     font-size: 1rem;
     font-weight: 400;
     padding-bottom: 20px;
     line-height-step: 10px;
     line-height: 1.6;
     
 }
 figure img{
     margin-top: 0rem;
     width: 100%;
     height: auto;
 
 }


 #article {
    display: grid;
    grid-template-columns: repeat(2,1fr);
 }

#article h5 {
    position: relative;
}

#article h5::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100px;
    height: 3px;
    background-color: #42acfb;
}


@media only screen and (max-width:1025px){
    #article {
        gap: 20px;
    }
}

#article .development-services {
    padding: 8px;
}
#article h5 {
    color: #0d395a;
}
#article .development-services h5 {
    font-size: 1.6rem;
    color: #0d395a;
}
.jss271 {
    top: 13%;
    height: 1100px;
    position: sticky;
    width: 100% 
}

/* new one add */
@media only screen and (min-width: 1400px) {
    .jss271 {
        height: 1250px;
    }
}
@media only screen and (min-width: 1700px) {
    .jss271 {
        height: 1570px;
    }
}

@media only screen and (min-width: 2000px){
    .jss271 {
        height: 1800px;
    }
}

@media only screen and (max-width:959.95px){
    .jss271 {
        height: 100% !important;
        position: relative !important;
    }
}

.lazyload-wrapper {
    padding-top: 1rem;
}

@media only screen and (max-width:959.95px){
    .lazyload-wrapper {
        padding-bottom: 20px;
    }
}

.lazyload-wrapper img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1.6);
}

.article-content {
    padding: 8px;
    margin-left: 30px;
}
@media only screen and (max-width:959.95px) {
    .article-content {
        padding: 8px;
        margin-left: 0;
    }
}

.website-design {
    display: flex;
    column-gap: 20px;
    align-self: center;
}
.website-design img {
    padding-top: 30px;
}


@media only screen and (max-width: 1025px) {
    #article {
        display: flex;
        flex-direction: column;
         /* Center items horizontally */
    }
    
    .jss271 {
        position: static;
        height: auto; 
        width: 100%;
        margin-bottom: 20px; 
    }
    
    .article-content {
        margin-left: 0; 
        width: 100%;
    }

    .lazyload-wrapper img {
        width: 100%;
    }
}


