.featured-tattoo-section{
    background-image: url(../images/featured-tattoo-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;
}
.feat-btn button{
    background-color: #020202;
    width: auto;
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
}
.feat-btn button a{
    color: #ffff;
    text-decoration: none;
}
.featured-tatto .sticky-img{
    position: sticky;
    top: 5rem;

}
@media screen and (max-width: 768px) {
    .featured-tattoo-section{
        height: 100vh;
        padding: 10px;
    }
    .featured-tatto img{
        width: 100%;
    }
}