w11w12 I have updated the code to ensure it functions correctly on the homepage as well.
Regarding the quote on the mobile view, the available space is insufficient to display the text on a single line. To address this, I have slightly reduced the font size:
.f-nothing-you-could-do {
line-height: 12px;
}
@media (max-width: 576px){
.jub-block blockquote {
padding: 0 0 0 30px;
font-size: 18px;
}
}
Please review the changes.