.history-of-tattoos-page{
    background-image: url(../images/history-of-tattoos-page-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;
}

.baground-img-section{
    background-image: url(../images/about-us-page-bg.webp); 
    background-size: cover;
    background-position: center;   
    background-attachment: fixed;   
}

.baground-img-section .img-stick{
    position: sticky;
    top: 6rem;
}

/* Mobile Screen */
@media (max-width: 430px) {
.history-of-tattoos-page {
        height: 40vh;
    }
}

/* tab Screen */
@media (max-width: 768px)
{
    .history-of-tattoos-page {
        height: 50vh;
    }
}