.recent-post-carousel-item h3, .recent-post-carousel-item .excerpt {padding-inline: 20px;}

.recent-post-carousel-item h3 {
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 25px;
}

.recent-post-carousel-item .excerpt {
    color: #000;
    text-align: left;
}

p.postdates {
    display: inline;
    position: absolute;
    top: 25px;
    left: 25px;
    background: #00d16f;
    color: #fff;
    padding: 1px 23px;
    border-radius: 14px;
    font-weight: 500;
}


.recent-post-carousel-item {
    margin: 16px;
    box-shadow: -2px 1px 10px 0px #00000038;
    border-radius: 10px;
    min-height: 434px;
    padding-bottom: 20px;
	
    background: #fff;
}


a.recent-post-carousel-button {
    display: block;
    text-align: center;
    background: #00d16f;
    color: #fff;
    padding: 8px;
    max-width: 170px;
    border-radius: 30px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

.recent-post-carousel-content-holder h2 {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 40px;
}

.recent-post-carousel-holder .owl-nav {
    display: block !IMPORTANT;
    top: 0;
    margin-top: -70px;
    margin-right: 20px;
}