.quote-box blockquote { font-size: 50px; font-weight: 500; line-height: 1.1; letter-spacing: -0.03em; color: var(--fig-grey); margin-bottom: 40px; }
.quote-author { font-family: var(--fig-font-primary-alt); font-size: 14px; font-weight: 700; line-height: 1.2; letter-spacing: 0.02em; color: var(--fig-grey); }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) { }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
.quote-box blockquote { font-size: 40px; }
}
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
.quote-box blockquote { font-size: 30px; }
}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { }
/* =========== Portfolio Slider CSS END =========== */