.post-carousel-4{
    width: 100%;
}
.post-carousel-4 .owl-carousel .owl-stage {
    display: flex;
}
.post-carousel-4 .owl-nav {
    display: none;
}
.post-carousel-4-item{
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
.post-carousel-4-content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
    border-radius: 20px 20px 0 0;
    background: #fff;
    z-index: 1;
    margin: -40px auto 0 auto;
    width: 80%;
}
.post-carousel-4-content > * {
    width: 100%;
}
.post-carousel-4-image{
    height: 200px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.post-carousel-4-content h5{
    font-size: 25px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    align-self: start;
}
.post-carousel-4-content .excerpt_section
{
    min-height: 77px;
}
.post-carousel-4-content p{
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
.post-carousel-4-link {
    margin-top: 10px;
    align-self: end;
}
.post-carousel-4-link a{
    background: #B63131;
    width: 90%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 0 auto;
}