.iscu_podcast_image_wrap .wp-block-image {
    width: fit-content !important;
    margin: auto !important;
}

.iscu_rating_star_wrap {
    margin-top: 4px;
    margin-bottom: 12px;
    color: #208080 !important;
}

.iscu_testimonial_container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}

#author-bio-photo {
    width: 13%;
}

#author-bio-content {
    width: 87%;
}

@media only screen and (min-width: 576px) {

    .iscu_testimonial_container {
        max-width: 498px;
    }
}

@media only screen and (min-width: 768px) {

    .iscu_testimonial_container {
        max-width: 678px;
    }
}

@media only screen and (min-width: 992px) {

    .iscu_testimonial_container {
        max-width: 918px;
    }
}

@media only screen and (min-width: 1200px) {

    .iscu_testimonial_container {
        max-width: 1098px;
    }
}

@media only screen and (min-width: 1400px) {

    .iscu_testimonial_container {
        max-width: 1278px;
    }
}

@media only screen and (max-width: 991px) {

    #author-bio-photo {
        width: 25%;
    } 

    #author-bio-content {
        width: 75%;
    }
}

.thg-theme .icon .ni {
    font-size: 3.5rem;
}