/* TESTIMONIALS */
h5.author {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

h5.author {
    font-size: 24px;
    font-weight: 900 !important;
    color: rgb(28, 79, 156);
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #112f5c;
}

blockquote p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    padding: 5px;
}

.quote1 {
    position: relative;
    left: 0px;
    top: 0px;
    height: 20px;
}

.quote2 {
    position: absolute;
    left: 30px;
    color: #d2232a;
}

.icon.quote-left {
    font-size: 20px;
}

.podium-testimonials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 20px;
}

.home .podium-testimonials {
    background: #fafafa;
    margin-bottom: 0;
    padding: 40px 0;
}

.podium-testimonials iframe {
    border-radius: 8px;
    height: 650px;
}

.quote-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1368px;
    margin: 0 auto;
    padding: 15px;
    padding-top: 0px;
}

.quote-content {
    width: 100%;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.9);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 70%);
}

.quote-content blockquote p {
    color: white;
    line-height: 1.5;
    font-size: 16px;
    display: inline-block;
}
