


/* background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
background-image: linear-gradient(180deg, rgba(0,0,0,0.20) 0%, #000000 100%);
background-image: linear-gradient(180deg, rgba(0,0,0,0.13) 0%, #000000 100%);
background-image: linear-gradient(180deg, rgba(0,0,0,0.23) 0%, #000000 100%); */

.post-carousel-wrap {
    margin-bottom: 30px;
}

.post-carousel {
    overflow: visible;
}

.post-each-wrap {
    /* width: 350px; */
    /* width: 33.33%; */
    /* margin-right: 30px; */
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.20);
    padding: 19px;
}
.post-each_image{
    width: 100%;
}
.post-each_description{
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.post-each_categories{
    font-size: 16px;
    line-height: 19px;
    color: #848484;
    letter-spacing: 2px;
    margin-bottom: 48px;
}
.post-read-btn{
	font-size: 16px;
	line-height: 31px;
	color: rgb(128,130,133) !important;
    margin-right: 10px;
    position: relative;
}
.post-read-btn:hover{
    color: #d82d26 !important;
}
.post-read-btn svg{
    width: 18px;
    transition:all 0.4s ease-in-out;
    position: absolute;
    right: -25px;
    top: 34%;
    fill: rgb(128,130,133) !important;
    stroke: rgb(128,130,133) !important;
}

.post-read-btn svg g {
    stroke: rgb(128,130,133) !important;
    }

.post-read-btn:hover svg{
	transform: translateX(15px);
}
.post-read-btn:hover svg g{
	fill: #d82d26 !important;
    stroke: #d82d26 !important;
}