.page-header {
    display: flex;
    align-items: center;
    height: 40vh;
    background-image: url(images/Digital-marketing.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 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: 450;
padding-bottom: 20px;
line-height-step: 10px;
line-height: 1.6;

}
figure img{
margin-top: 0rem;
width: 100%;
height: 80%;

}

#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 .wtf123::before {
    width: 40px;
}

#article {
    display: grid;
    grid-template-columns: repeat(2,1fr);
 }


@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: 800px;
    position: sticky;
    width: 100% 
}

/* new one add */
@media only screen and (min-width: 1400px) {
    .jss271 {
        height: 800px;
    }
}
@media only screen and (min-width: 1500px) {
    .jss271 {
        height: 1600px !important;
    }
}

@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: 1.5rem;
}

@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;
    }
    
    .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: 150px;
    width: 150px;
    padding: 10px;
    padding-left: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px lightgray;
}
.marketing-img .img-content p {
    margin-top: 10px;
    font-size: 13px;
}
.marketing-img .img-content:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}