.custom-latest-news {
    padding: 100px 0;
}
.custom-latest-news .latest_heading {
    margin-bottom: 50px;
}
.custom-latest-news .latest_heading h2 {
    font-size: 40px;
    color: #363636;
    line-height: 1.1;
    list-style: none;
    font-family: "Helvetica Neue";
    font-weight: 400;
    margin-bottom: 15px;
}
.custom-latest-news .latest_heading p {
    font-size: 14px;
    color: #363636;
    line-height: 26px;
    font-family: "Helvetica Neue";
    font-weight: 400;
    margin-bottom: 0;
    max-width: 1160px;
}
.custom-latest-news .blogSlide_item .blogContent img {
    margin-bottom: 20px;
    border-radius: 8px;
    height: 230px;
    object-fit: cover;
}
.blog-bottom-content-item span {
    display: inline-block;
    border: 0.6px solid #e3151e;
    font-size: 12px;
    background: #fff3f3;
    line-height: 1;
    padding: 9px 10px;
    border-radius: 5px;
    font-family: "Helvetica Neue";
    font-weight: 500;
    margin-bottom: 20px;
}
.blog-bottom-content h3 {
    font-size: 18px;
    font-family: "Helvetica Neue";
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #070707;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-bottom-content p {
    font-size: 13px;
    font-family: "Helvetica Neue";
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    color: #676767;
}
.custom-latest-news .owl-nav button {
    width: 36px;
    height: 36px;
    background: #e3151e !important;
    color: #fff !important;
    position: absolute;
    top: -80px;
    right: 50px;
    left: auto !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-latest-news .owl-nav button.disabled {
    background: #d2d2d2 !important;
    color: #525151 !important;
}
.custom-latest-news .owl-nav button.owl-next {
    right: 0;
}
.custom-latest-news .owl-nav button svg {
    width: auto;
    height: auto;
}
.custom-latest-news a.btn.btn-read-blog {
    color: #000 !important;
    padding: 0 !important;
    display: flex;
    margin: 10px 0 0;
    font-size: 14px;
    font-family: "Helvetica Neue";
    font-weight: 700;
    line-height: 1;
    transition: all ease 0.5s;
    align-items: center;
}
.custom-latest-news a.btn.btn-read-blog:hover {
    color: #e10018 !important;
    text-decoration: underline;
}
.custom-latest-news a.btn.btn-read-blog svg {
    margin-left: 10px;
}
@media (max-width: 1199px) {
    .custom-latest-news {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .custom-latest-news .latest_heading h2 {
        font-size: 34px;
    }
    .custom-latest-news {
        padding: 60px 0;
    }
    .custom-latest-news .latest_heading p {
        line-height: 28px;
        max-width: 560px;
    }
    .custom-latest-news .latest_heading {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .custom-latest-news {
        padding: 50px 0 80px;
    }
    .custom-latest-news .owl-dots {
        right: 0;
        text-align: center;
        bottom: -40px !important;
    }
    .custom-latest-news .latest_heading h2 {
        font-size: 28px;
    }
    .custom-latest-news .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        border: 1px solid #000 !important;
        background: #fff !important;
    }
    .custom-latest-news .owl-dots .owl-dot.active {
        background: #000 !important;
    }
}
