.news {
    padding-top: 140px;
    padding-bottom: 147px;
    background: #ffffff;
}
.title {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
    line-height: 58px;
    color: #2B2A28;
}
.image {
    border-radius: 0px 36px;
    overflow: hidden;
}
.caption_name {
    font-size: 20px;
    line-height: 30px;
    color: #2B2A28;
    margin-bottom: 15px;
    margin-top: 27px;
    display: block;
}
.caption p {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #2B2A28;
}
.label {
    background: #CB8734;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    padding: 12px 20px;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 20px;
}
.news .image img {max-height: 252px}
.arrows {
    width: 81px;
}
.arrows span {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #CB8734;
}
.news .owl-nav {display: none}
@media (max-width: 767px) {
    .news {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .title {
        margin-bottom: 9px;
        font-size: 24px;
        line-height: 32px;
    }
    .news .arrows {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: space-between !important
    }
    .news .flex {justify-content: center;margin-bottom: 10px}
    .caption_name {
        font-size: 18px;
        line-height: 20px;
        margin-top: 22px;
    }
    .caption p {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .news {
        padding-top: 52px;
        padding-bottom: 60px;
    }
    .caption_name {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 12px;
        margin-top: 20px;
    }
    .caption p {
        font-size: 12px;
        line-height: 18px;
    }
    .label {
        font-size: 10px;
        line-height: 10px;
        padding: 8px 12px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .caption_name {
        font-size: 16px;
        line-height: 26px;
    }
    .caption p {
        font-size: 13px;
        line-height: 18px;
    }
    .news {
        padding-top: 44px;
        padding-bottom: 60px;
    }
}