.related-articles-new {
    display: flex;
    padding: 60px 0;
}
.related-articles-new .large-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
}
.related-articles-new .title {
    color: #88AB69;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    font-family: var(--main-sb);
}
.related-articles-new .owl-articles-new {
    width: 1155px;
    max-width: 100%;
    margin: 25px auto;
    position: relative;
}
.related-articles-new .owl-articles-new .owl-nav:not(.disabled) {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: calc(100% + 126px);
    left: -63px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    translate: 0 -50%;
}
.related-articles-new .owl-articles-new .owl-nav button {
    pointer-events: all;
}
.related-articles-new .owl-articles-new .owl-nav button:hover {
    background-color: initial;
}
.related-articles-new .owl-articles-new .owl-nav span {
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    background-color: #fff;
}
.related-articles-new .owl-articles-new .owl-nav span::after {
    content: '';
    background-image: url(/wp-content/themes/mro/assets/img/caret-up.svg);
    background-size: cover;
    width: 27px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    filter: invert(70%) sepia(28%) saturate(494%) hue-rotate(49deg) brightness(86%) contrast(90%);
}
.related-articles-new .owl-articles-new .owl-nav button.owl-prev span::after {
    rotate: -90deg;
    left: 47%;
}
.related-articles-new .owl-articles-new .owl-nav button.owl-next span::after {
    rotate: 90deg;
    left: 57%;
}
.related-articles-new .card-carousel-new {
    width: 100%;
    overflow: hidden;
}
.related-articles-new .card-carousel-new a {
    display: flex;
}
.related-articles-new .card-carousel-new img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.related-articles-new .card-carousel-new .info {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.related-articles-new .card-carousel-new .info .title-card {
    font-size: 21px;
    color: #88AB69;
    font-family: var(--main-sb);
    margin-bottom: 5px;
}
.related-articles-new .card-carousel-new .info p {
    font-size: 14px;
    color: #7C7C7C;
    font-family: var(--main-r);
}
@media(max-width: 1324px) {
    .related-articles-new .owl-articles-new .owl-nav {
        width: 100%;
        left: 0;
    }
    .related-articles-new .owl-articles-new {
        width: 100%;
        padding: 0 20px;
    }
}
@media(max-width: 767px) {
    .related-articles-new h4 {
        font-size: 21px;
    }
    .related-articles-new .owl-articles-new {
        display: none;
    }
    .related-articles-new .card-carousel-new {
        margin-top: 40px;
    }
}