﻿.card.wCard-quote {
    background-color: #F9F9F9;
    padding: 32px !important;
    border: none !important;
    border-radius: 12px;
}

.wCard-quote__heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    letter=spacing: 0.5px;

}

.card.wCard-quote-layout2 {
    background-color: #f1f9f9;
    border: none !important;
    border-radius: 12px;
}

.wCard-quote__icon {
    height: 35px;
    width: auto;
    margin-bottom:6px;
}

.wCard-quote__author_image {
    height: 64px;
    width: auto;
}

.wCard-quote__author-name {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.wCard-quote__author-position {
    font-weight: 500;
    font-size: 12px;
    color: var(--saColorNeutral700);
}

.wCard-quote__text {
    color: var(--saColorNeutral700);
}

@media (min-width: 992px) {
    .card.wCard-quote {
        flex-direction: row;
        flex-grow: 1;
    }
}

@media (min-width: 992px) {
    .wCard-quote__icon {
        margin-top: 2px;
        height: 30px;
        width: auto;
    }
}
