.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: 0 0;
    color: #111;
    box-shadow: none;
    border-radius: 6px;
    text-transform: uppercase;
    position: inherit;
    right: 30px;
    bottom: 45px;
    font-weight: 700;
}
@media (min-width: 1420px) and (max-width: 2560px) {
    .post-slide {
        background: #fff;
        margin: 20px 15px;
        border-radius: 15px;
        padding-top: 1px;
     
    }
}
