/* Fix: Porto CSS uses 'Font Awesome 7 Free' but site loads FA6 */
.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 6 Free';
}
