
/* .about {
    padding-bottom: 50px;
} */

.about-title {
    padding: 50px 0px;
    font-size: 36px;
    font-weight: 200;
}
.about-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 50px;
}


.artist-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
}
.about-artist {
    width: 100%;
    padding-bottom: 50px;
    /* background: #f5f5f5; */
}
.artist-photo img {
    width: 100%;
}
.artist-name {
    padding: 10px 0px;
    font-size: 24px;
    font-weight: 400;
}
.artist-instrument {
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #ff0000;
}
.text-about-artist {
    font-size: 14px;
    font-weight: 400;
    width: 95%;
}
