.page-header {
    display: flex;
    align-items: center;
    height: 40vh;
    background-image: url(images/UI-UX.png);
}

@media only screen and (max-width:1025px) {
    .page-header {
        height: 13vh;
    }
}
.article{
    margin-left: 10vw;
    margin-right: 10vw;
    background-color: rgb(255, 255, 255);
    width: 80vw;
    align-items: center;
    justify-content: center;
    padding: 10px;

}

.article h4{
    font-size: 1.75rem;
    padding-top: 20px;
    padding-bottom: 15px;

}
.article p{
    font-size: 1rem;
    font-weight: 450;
    padding-bottom: 20px;
    line-height-step: 10px;
    line-height: 1.6;
    /* font-family: Tahoma,'Segoe UI',  Geneva, Verdana, sans-serif; */
}
figure img{
    margin-top: 0rem;
    width: 100%;
    height: 70%;

}


#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;
    border-radius: 10px;
}

#article .wft132::before {
    width: 80px;
}

@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: 860px;
    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;
    }
}

.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%;
    }
}

.marketing-img {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    padding: 30px;
}
@media only screen and (max-width:600px) {
    .marketing-img {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
        padding: 20px;
    }
}
@media only screen and (max-width:450px) {
    .marketing-img {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
        padding: 0;
        margin-bottom: 10px;
    }
}

.marketing-img .img-content {
    display: inline-block;
    height: 100px;
    width: 100px;
    padding-left: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px lightgray;
}
.marketing-img .img-content img {
    width: 40px;
}
.marketing-img .img-content:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}

.img-circle {
    margin-top: -9px;
}

.img-1 {
    width: 1000% !important;
    margin-top: 10px;
    padding-right: 20px !important;
}

.jss277 {
    display: flex;
    column-gap: 20px;
    align-self: center;
}

