.testimonial-grid-item {
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.20);
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.testimonial-big-quote-mark {
    background-color: #F4BE49;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    width: 50px;
}

    .testimonial-big-quote-mark > span {
        color: #fff;
        font-family: arial, sans-serif;
        font-size: 100px;
        line-height: 100px;
    }

.testimonial-grid-logo {
    height: 125px;
    margin-bottom: 15px;
    width: 125px;
}

.testimonial-quote,
.testimonial-quote p,
.testimonial-quote b,
.testimonial-quote li {
    font-style: italic;
}

.testimonial-grid-name {
    color: #d89016;
}

.testimonial-grid-link {
    color: #468492;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-decoration: underline;
}

/* Extra small devices - xs */
@media (max-width: 575px) {
    .testimonial-grid-item {
        height: auto;
        padding: 40px 20px 20px 20px;
    }
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
    .testimonial-grid-item {
        height: 340px;
        padding: 20px;
    }
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    .testimonial-grid-item {
        height: 410px;
        padding: 20px;
    }
}

/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
}

