.archived-tattoos-banner-section{
    background-image: url(../images/archived-tattoos-banner.webp);
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: left;
    color: #fff;
}
.featured-tatto{
    background-image: url(../images/about-us-page-bg.webp);
    background-attachment: fixed;
    background-position: center;
}
.fetured-img-sec img{
    position: sticky;
    top: 6rem;
    width: 100%;
    height: 710px;
    object-fit: cover;
}
.fetured-border-sec{
    border-bottom: 1px solid #000;
    padding: 40px 20px 20px 20px;
    padding-top: 40px;
    height: 100%;
    width: 100%;
    position: relative;
}
@media (max-width: 768px){
    .fetured-img-sec img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: sticky;
    top: 5rem;
}
}

@media (max-width: 430px){
    .fetured-img-sec img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
}