Increase Size of Featured Reviews Section

I want to increase the size of the white boxes that our featured customer reviews are in as we received a really nice review yesterday, but it is too long to properly fit. Any advice or custom CSS would be greatly appreciated in getting the review box a few inches bigger so that the whole review and review date all fit.

I am using an influence theme

Link: https://www.exploresherpa.com/

Hi @Explore-Sherpa , go to theme.css file and add the following code at the end of it :

@media (min-width:1000px) {
  .reviews-section .container .reviews-card {
    height: 300px !important;
}

}

Result :