.facts-header,
.facts-figure {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: var(--pn-font-size-h1);
    line-height: var(--pn-line-height-h1);
    margin-bottom: 30px;
}
.facts-icon {
    max-width: 60px;
}
.facts-title {
    border-bottom: 1px solid var(--pn-font-color);
    margin-bottom: 36px;
}
.owl-nav {
    margin-top: 20px;
}
.owl-carousel .owl-nav .owl-prev {
    margin-right: 15px;
    width: 15px;
    height: 15px;
}
.owl-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 15px;
    height: 15px;
}
.owl-carousel .owl-nav span {
    display: none;
}
.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(arrow-right.svg) no-repeat center;
    background-size: 100%;
}
.owl-carousel .owl-nav .owl-prev::before {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .facts-title {
        margin-top: 50px;
    }
}