.testimonial-page {
    /* margin-bottom: 70px; */
}

.testimonial-page .bg-transport {
    height: 100%;
    background-size: cover;
}

.testimonial-page .card .card-img-top {
    border-bottom: 7px solid var(--tc-orange);
}
.testimonial-page .card .price {
    border-radius: 10px 0 0 0;
}
.testimonial-page .card .star-count {
    border-radius: 2px;
    background: var(--tc-dark-blue);
}
