.blog-slider{ margin-top: 10px;}
.our-blog .blog-slider .blog-card {
    padding-bottom: 10px;
}
.our-blog .blog-slider .blog-card .img-box {
    position: relative;
    overflow: hidden;
}
.our-blog .blog-slider .blog-card .img-box img {
    transform: scale(1.2);
    transition: 0.5s ease-in-out;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.our-blog .blog-slider .blog-card:hover .img-box img {
    margin-left: 0;
}
.our-blog .blog-slider .blog-card .img-box a {
    display: inline-block;
    padding: 2px 20px;
    background-color: rgb(139, 111, 78) ;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.our-blog .blog-slider .blog-card h3 {
    font-size: 22px;
    color: #30373f;
    margin-top: 15px;
    margin-bottom: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.our-blog .blog-slider .blog-card h3 a{
    color: #30373f;
}
.our-blog .blog-slider .blog-card h3:hover a {
    color: rgb(139, 111, 78) ;
}
.our-blog .blog-slider .blog-card .arrow-link {
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s;
    color: #30373f;
}
.our-blog .blog-slider .blog-card .arrow-link span {
    margin-right: 20px;
    background-color: rgb(139, 111, 78);
    color: rgb(139, 111, 78);
}
.our-blog .blog-slider .blog-card .arrow-link:before {
    right: auto;
    left: 35px;
    border-color: rgb(139, 111, 78);
}
.our-blog .blog-slider .blog-card .arrow-link:after {
    right: auto;
    left: 35px;
}
.our-blog .blog-slider .blog-card .arrow-link:hover:before, .our-blog .blog-slider .blog-card .arrow-link:hover:after {
    border-color: rgb(139, 111, 78);
}


















