.title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 32px;
    font-weight: bold;
    margin: 2px 0px !important;
}

.owl-carousel-second.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

.owl-carousel-second .owl-nav {
    font-size: 20px;
    color: #fff;
    background: #0a7354;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

span:hover {
    color: #ffffff;
}

.owl-carousel-second .owl-nav {
    position: absolute;
    width: 100%;
    left: 100%;
}

.subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 2 satır göster */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pdate {
    color: var(--dark);
}