.pi-block h2,
.pi-block h3 {
    font-size: 36px;
    line-height: 44px;
    margin: 0;
}

.pi-block h3 {
    color: var(--yellow);
}

.pi-block p {
    margin: 24.99px 0 0 0;
}


.pi-block .cta-group {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.pi-block .cta-group .btn-clear {
    border-color: var(--yellow);
}

.pi-block .cta-group .btn-clear span {
    color: var(--yellow);
}

.plumber-song-page .pi-block {
    padding: 91px 0 91px 0;
}

@media only screen and (max-width : 992px) {

    .pi-block-inner::before,
    .pi-block-inner::after {
        display: none;
    }

    .plumber-song .row .col-md-4,
    .plumber-song .row .col-md-8 {
        width: 100%;
    }

    .plumber-song .row .col-md-4 .imgwrap {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width : 576px) {
    .pi-block .cta-group {
        flex-direction: column;
    }

    .pi-block .cta-group a {
        min-width: 185px;
        justify-content: center;
    }

    .song-details {
        flex-direction: column;
    }

    .song-details ul {
        margin: 0;
        text-align: center;
        list-style: none;
        margin-bottom: 30px;
        padding: 0;
    }
}