  .card .card-body h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.card .card-body h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.premiere-logo {
    margin-right: 10%;
}

.img-fluid {
    max-width: 70%;
    height: auto;
    padding-bottom: 1rem;
}

.card.side {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pn-talent .card-image {
    background-color: #f8f8f8;
    padding: 2rem;
}

.pn-talent h5 {
    padding-left: 5px;
}

.pn-talent ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .pn-talent ul li {
        float: left;
        width: 50%;
        padding: 0;
        margin: 0;
    }

        .pn-talent ul li a {
            text-align: center;
            display: block;
            width: 100%;
            height: 13vw;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: cover;
            color: transparent;
        }

            .pn-talent ul li a img {
                display: none;
            }

.cta {
    clear: both;
    text-align: center;
}

.pn-talent .cta {
    margin-top: 1rem;
}

@media (max-width: 767.98px) {
    .card h4 {
        text-align: center;
    }

    .pn-talent.card.side .card-image {
        height: inherit;
        padding: 0;
    }

    .pn-talent ul li a {
        height: 30vw;
    }

    .img-fluid {
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
        display: block;
    }
}