.styles-of-tattoos-page{
    background-image: url(../images/styles-breadcrumb.webp);
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: left;
    color: #fff;
}
.styles-tattoo-sec .sticky-img{
    position: sticky;
    top: 6rem;
}
/* Mobile Screen */
@media (max-width: 430px) {
    .styles-of-tattoos-page {
        height: 40vh;
    }
}

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