
.page-header {
    display: flex;
    align-items: center;
    height: 40vh;
    background-image: url(images/web_development.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.8rem;
     text-align: center;
     padding-top: 2rem;
     color: #0d395a;
     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: auto;
 
 }


#article {
    display: flex;
    column-gap: 30px;
}

#article h5 {
    position: relative;
}

#article h5::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100px;
    height: 3px;
    background-color: #42acfb;
    border-radius: 10px;
}

@media only screen and (max-width:1025px){
    #article {
        flex-direction: column !important;
    }

    .jss271 {
        position: static !important;
        height: auto !important;
    }
}

#article .development-services {
    padding: 8px;
}
#article h5 {
    color: #0d395a;
}
#article .development-services h5 {
    font-size: 1.6rem;
    color: #0d395a;
}
.jss271 {
    top: 13%;
    height: 1000px;
    position: sticky;
    width: 100% !important;
}
@media only screen and (min-width: 2000px) {
    .jss271 {
        width: 100% !important;
        height: 1500px;
    }
}

@media only screen and (min-width: 1146px) and (max-width: 1455px) {
    .jss271 {
        width: 200% !important;
    }
    .lazyload-wrapper {
        padding-top: 100px !important;
    }
}
@media only screen and (max-width:959.95px){
    #article {
        display: flex;
        column-gap: 10px;
    }
    .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 {
    width: 100% !important;
}


.article-content {
    padding: 8px;
}

.website-design {
    display: flex;
    column-gap: 20px;
    align-self: center;
}
.website-design img {
    padding-top: 30px;
}