.quoteBanner {
    padding: 50px 0;
}
.quoteBanner .row {
    align-items: center;
    border-top: 2px solid #E1A93B;
    border-bottom: 2px solid #E1A93B;
    padding: 20px 0;
}
.quoteBanner img {
    aspect-ratio: 392/282;
    width: 100%;
    height: auto;
    max-width: 392px;
}
@media (max-width: 1200px) {
    .quoteBanner img {
        display: block;
        margin: 0 auto;
    }
}
.quoteBanner .header p {
    color: #263E47;
    font-family: "Playfair Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}
.quoteBanner .quote em {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.quoteBanner .quote p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.quoteBanner .quote p strong {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
