.artist-container{
    background: rgba(17, 17, 21, 0.92);
    padding:15px 0px;
}
.artist-background{
    background-image: url("../img/artist.jpeg");
    height:400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.carousel{
    padding:20px 0px;
}
.slide{
    padding: 30px;
}


.claim-artist{
    padding:30px 0px;
}

.pt-1{
    width: 100%;
}
.pt-1 img{
    width:100%;
    height:100%;
    /* object-fit: cover; */
}
.pt-2{
    padding:0px 0px 0px 30px;
}
.p-links{
    border-bottom: 2px solid #4D4DF9;
}

.card{
    background: #16161C;
    border-radius: 14px;
    padding:40px 20px;
    width:25%;
    margin:15px;
}
.card i{
    color: #4D4DF9;
    font-size: 24px;
}


@media screen and(max-width:1024px){
    .pt-1 img{
        width:100%;
    }
}
@media screen and (max-width:768px){
    .pt-1{
        text-align: center;
    }
    .pt-1 img{
        width:60%;
    }
    .card{
        padding:10px 15px;
        width:30%;
        margin:10px;
    }
}
@media screen and (max-width:600px){
    .pt-1{
        text-align: center;
    }
    .pt-1 img{
        width:60%;
    }
    .card{
        padding:10px 15px;
        width:45%;
        margin:10px;
    }
}
@media screen and (max-width:480px){
    .pt-1{
        text-align: center;
    }
        .pt-1 img{
        width:50%;
    }
    .card{
        padding:10px 15px;
        width:45%;
        margin:10px;
    }
}