.background-quote-layout {
    /*background-image: url("../images/quotes/background1.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.background-quote-content {
    /* padding: 200px; */
    display: flex;
    flex-direction: column;
    /* gap: 100px; */
    /* backdrop-filter: brightness(40%); */
}

.background-quote-content2 {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.quote {
    letter-spacing: 2.56px;
    color: #fff;
}
