.testimonial-thumbnail {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto 2rem;
    object-fit: cover;
    border: 1px solid #ababab;
}

.testimonail-inner {
    background-color: #121212;
    text-align: center;
    padding: 2.25rem 1rem 4rem;
    border: 1px solid #f1f1f1;
}

.testimonial-content p {
    font-size: 0.875rem;
    opacity: 0.7;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .testimonail-inner {
        padding: 4.5rem 2rem 8rem;
    }
}