.action-listing h1{
    margin: 40px 0 30px;
    text-align: center;
}

.action-listing .items-wrapper{
    margin: 60px 0;
}

.action-listing .text-wrapper{
    padding: 25px 20px;
}

.action-listing .text-wrapper .title {
    font-size: 18px;
    height: 50px;
    overflow: hidden;
    font-weight: 500;
}

.action-listing .item .the-date {
    float: none;
    line-height: 24px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
}

.action-listing .item{
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
}

.action-listing .item:last-of-type{
    border-bottom: 0;
}

.action-listing .item .description {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.action-listing .text-wrapper .btn-wrapper a{
    font-size: 14px;
}


@media screen and (max-width: 768px) {

    .action-listing h1 {
        margin: 20px 0 30px;
    }

    .action-listing .item{

    }

    .action-listing .items-wrapper{
        margin-top: 40px;
    }

    .action-listing .text-wrapper{
        margin: 0px 0;
    }

    .action-listing .img-wrapper img{
       width: 100%;
    }


}
