#artists {
    background-color: #262627;
}
.artists-list {
    padding-top: 160px;
    padding-bottom: 160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
}
.artists-item {

}

.artist-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 31px;
}

.artists-title {
font-weight: 400;
font-size: 32px;
line-height: 137%;
letter-spacing: 0.03em;

}


.artists-btn {
font-weight: 400;
font-size: 18px;
line-height: 111%;
letter-spacing: 0.06em;
text-align: center;
border: 2px solid #d400b3;
border-radius: 1px;
width: 143px;
height: 40px;
color: #fff;
background: #d400b3;
}


.artists-img-small {
transform: translateY(-50px);
margin: 0 auto;
}

.artists-item:nth-child(2) .artists-img-small {
  clip-path: inset(50% 0 0 0);
}