.post-date{
    position: absolute; 
    top: 10px; 
    left: 10px; 
    background-color: #ED6927; 
    color: #fff; 
    padding: 5px 10px; 
    font-size: 16px;
    width: 60px;
    height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}

.client-item img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.post-content{
    background-color: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.post-content h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    color: #000000;
}

.post-content p{
    font-size: 16px;
    color: #494949;
    line-height: 26px;
}

.post-content a{
    display: inline-block; 
    margin-top: 10px; 
    padding: 9px 122px; 
    color: #00143A;
    font-size: 16px;
    border: solid 1px #ED6927;
    border-radius: 4px;
    text-decoration: none !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background-color: #F5F5F5;
}

.client-slider button{
    box-shadow: none;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: #ED6927;
    width: 20px;
    height: 10px;
    border-radius: 7px;
}

.owl-theme .owl-dots .owl-dot span{
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 7px;
}

.owl-theme .owl-dots .owl-dot:hover span{
    background: #ED6927;
}

.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 35px !important;
}


@media (max-width: 767px) {
    .post-content a{
        padding: 9px 95px;
    }
    
}