footer .partners-title {
    font-family: Rubik-Medium, Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 24px;
    padding: 10px 0 0;
    display: flex;
    gap: 5px;
    align-items: center;
    border-bottom: 2px solid #000;
}
footer .partners-title span {
    background-color: #000;
    color: #fff;
    padding: 3px 15px 3px 15px;
    position: relative;
    z-index: -1;
    max-width: 90%;
}
footer .partners-title span::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #000;
}
footer .second-owl-partners {
    margin-top: 10px !important;
}
footer .second-owl-partners .owl-stage {
    display: flex;
}
footer .second-owl-partners .owl-stage .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .second-owl-partners .owl-stage .owl-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 150px;
}
