﻿.TestimonialSection {
    background-color: #fff;
}

.TestimonialContainer {
    /* margin: 3rem 0; */
    padding: 0 1rem;
}

.TestimonialFeedbackButtonContainer {
    padding: 20px 10px;
    background: #3c090e;
    border-radius: 18px;
}

.TestimonialFeedbackButton {
    text-align: right;
    background-color: #fad65c;
    padding: 2px 16px;
    text-decoration: none;
    color: #3c090e;
    border-radius: 8px;
    font-size: clamp(14px,3vw,18px);
    display: block;
    width: 115px;
    margin-left: auto;
    border: 1px solid #3c090e;
    font-weight: 600;
}

    .TestimonialFeedbackButton:hover {
        background-color: #fff;
        transition: 0.2s ease-in;
        border: 1px solid #3c090e;
        color: #3c090e;
    }

.message p {
    color: white;
    text-align: center;
    font-size: clamp(14px,3vw,18px);
}

.TestimonialContent {
    padding: 10px 10px;
}

.TestimonialMessage {
    text-align: left;
    color: #484645;
    font-size: clamp(14px, 3vw, 18px);
    /* font-weight: bold; */
}

.TestimonialUser {
    color: #0d0d0d;
    text-align: right;
    font-size: clamp(15px, 3vw, 20px);
}

hr {
    margin: 0.5rem 0;
    background-color: #3c090e;
}


@media (max-width:576px) {
    .TestimonialFeedbackButton {
        margin: auto;
    }
}
