.testimonial-banner {
    border-top: 2px solid #EAB547;
    border-bottom: 2px solid #EAB547;
    padding: 42px 0;
    margin: 42px auto;
    text-align: center; /* Center-align for the entire banner */
}

.testimonial-quote {
   
}

.testimonial-banner .testimonial-quote .testimonial-text {
    font-family: 'National 2', sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.44px;
    color: #1A437F;
    margin-bottom: 24px; /* Spacing between the text and the name */
}

.testimonial-banner .testimonial-name {
    display: block; /* Makes the name start on a new line */
    font-family: 'National 2', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.36px;
    color: #1A437F;
    text-transform: uppercase; /* Capitalizes the name */
}

.testimonial-banner.testimonial-banner-two-col {
    display:flex;
    align-items:center;
}
.testimonial-img-wrapper {
    flex: 0 0 auto;
}
.testimonial-banner.testimonial-banner-two-col .testimonial-quote .testimonial-text,
.testimonial-banner.testimonial-banner-two-col .testimonial-name,
.testimonial-banner.testimonial-banner-two-col a {
    text-align:left;
    
}
.testimonial-banner.testimonial-banner-two-col a {
    display: block;
    width: fit-content;
    font-family: 'National 2', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.36px;
    color: #1A437F;
}
.testimonial-banner.testimonial-banner-two-col blockquote {
    margin-right: 0;
}
@media (max-width: 600px) {
.testimonial-banner.testimonial-banner-two-col {
    flex-wrap: wrap;
}
.testimonial-banner.testimonial-banner-two-col blockquote {
        margin:0;
    }
}

/* Desktop-specific styles */
@media (min-width: 768px) {
    .testimonial-banner .testimonial-quote .testimonial-text {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 0.56px;
        margin-bottom: 30px; /* Increased bottom margin for desktop */
    }

    .testimonial-name {
        /* The font-size and line-height can remain the same if they are not changing for desktop */
    }

    /* If you have other styles that change on desktop, include them here */
}
