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

}
.other-tattoo-section{
    background-image: url(../images/other-tattooing-sites.webp);
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: left;
    color: #fff;
}
.main-section-other .row p{
    font-family: 'Marcellus', serif;
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 31px;
}
.main-section-other .row a{
    text-decoration: none;
    font-size: 22px;
    color: #000;
    line-height: 50px;
}
.main-section-other .row a:hover{
    color: red;
}