.p-mainSection {
    width: 100%;
    position: relative;
}

.p-mainSection-thumbnail {
    width: 500px;
    aspect-ratio: 16/9;
    background-size: cover;
    border-radius: 5px;
    background-position: center;
}

.p-mainSection-text {
    position: absolute;
    left: 550px;
    right: 0px;
    bottom: 0px;
}

.p-mainSection-text-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

.p-secondSection {
    margin-top: 75px;
}

.p-secondSection-article {
    margin: 0px 100px;
}

.p-mainSection-text-subtext {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 12.5px;
}

.p-mainSection-text-subtext > span {
    display: inline-block;
    margin-right: 12.5px;
}

.article-paragraph {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
}

.p-secondSection-artists {
    margin-top: 50px;
}

.p-secondSection-artists-item {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid var(--brandColour);
    text-decoration: none;
    cursor: pointer;
}

.p-secondSection-artists-item-image {
    height: 40px;
    border-radius: 5px;
    background-size: cover;
    aspect-ratio: 1/1;
    display: inline-block;
}

.p-secondSection-artists-item-name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 10px 15px;
    display: inline-block;
    vertical-align: top;
    color: var(--brandColour);
}